Skip to content

Commit

Permalink
.github: add dependabot config
Browse files Browse the repository at this point in the history
Update Go modules and GitHub actions automatically.
  • Loading branch information
tklauser committed May 13, 2022
1 parent dccc358 commit 6d817ec
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
open-pull-requests-limit: 1
rebase-strategy: disabled

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
open-pull-requests-limit: 1
rebase-strategy: disabled

0 comments on commit 6d817ec

Please sign in to comment.