Skip to content

Commit

Permalink
Merge pull request #1747 from mjtrangoni/add-dependabot-ghactions
Browse files Browse the repository at this point in the history
ci: Add dependabot configuration for github-actions
  • Loading branch information
plorenz authored Feb 20, 2024
2 parents 096ee7e + 8ed418e commit 72bb6be
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10

0 comments on commit 72bb6be

Please sign in to comment.