Skip to content

Commit

Permalink
dependabot labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Dec 18, 2023
1 parent efc0d1c commit 2639c7d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
version: 2
updates: []
updates:
- package-ecosystem: "gomod"
# Setting the limit to zero should limit
# Dependabot to security updates only.
open-pull-requests-limit: 0
directory: "/"
schedule:
interval: "monthly"
ignore:
# AWS we want to ignore nightly patch releases
- dependency-name: "github.com/aws/aws-sdk-go"
update-types: ["version-update:semver-patch"]
day: "monday"
labels:
- "dependencies"
- "security"
commit-message:
prefix: "deps"
include: "scope"
include: "scope"

0 comments on commit 2639c7d

Please sign in to comment.