Skip to content

Commit

Permalink
Update dependabot.yml (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch authored Aug 19, 2024
1 parent b1a3e1c commit d24518c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,17 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
groups:
gomod:
applies-to: version-updates
dependency-type: production

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
interval: weekly
groups:
github-actions:
applies-to: version-updates
dependency-type: production

0 comments on commit d24518c

Please sign in to comment.