Skip to content

Commit

Permalink
ci: Tweak Dependabot configuration
Browse files Browse the repository at this point in the history
* No need to specify schedule / open PR limit
* Add github-actions
  • Loading branch information
stefanvanburen committed Sep 24, 2023
1 parent 6a8a6ad commit 589952f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 589952f

Please sign in to comment.