Skip to content

Commit

Permalink
ci: enable dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Jan 19, 2023
1 parent 703a296 commit 7c92c38
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
include: "scope"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
commit-message:
prefix: "vendor"
include: "scope"

0 comments on commit 7c92c38

Please sign in to comment.