Skip to content

Commit

Permalink
Merge pull request #62 from anchore/add-dependabot-config
Browse files Browse the repository at this point in the history
ci: add dependabot config
  • Loading branch information
bradleyjones authored Nov 9, 2023
2 parents 6a2b1b7 + f0f0d3c commit 61eef3c
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 61eef3c

Please sign in to comment.