Skip to content

Commit

Permalink
Merge pull request #108 from anchore/dependabot
Browse files Browse the repository at this point in the history
chrore: add dependabot config
  • Loading branch information
bradleyjones authored Nov 8, 2023
2 parents f64ffa6 + 926a5de commit d25afb8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "feat"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
commit-message:
prefix: "ci"

0 comments on commit d25afb8

Please sign in to comment.