Skip to content

Commit

Permalink
ci: fix dependabot.yml (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Aug 28, 2023
1 parent 37c61bf commit d5d887d
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,38 @@
version: 2
groups:
grouped:
update-types:
- "minor"
- "patch"
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
groups:
grouped:
update-types:
- "minor"
- "patch"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
groups:
grouped:
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
groups:
grouped:
update-types:
- "minor"
- "patch"
- package-ecosystem: "docker"
directory: "/.clusterfuzzlite/"
schedule:
interval: "daily"
groups:
grouped:
update-types:
- "minor"
- "patch"

0 comments on commit d5d887d

Please sign in to comment.