Skip to content

Commit

Permalink
Merge pull request #66 from anchore/add-dependabot-config
Browse files Browse the repository at this point in the history
ci: add dependabot config
  • Loading branch information
bradleyjones committed Nov 10, 2023
2 parents 4192b6d + 0ca0795 commit 6949c5c
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 6949c5c

Please sign in to comment.