Skip to content

Commit

Permalink
dependabot to group PRs (#557)
Browse files Browse the repository at this point in the history
* dependabot to group PRs

* fix target-branch

* reduce diff

* reduce diff

* reduce diff
  • Loading branch information
haitch committed Jul 4, 2024
1 parent e76b442 commit 33de948
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,17 @@ updates:
directory: / # Location of package manifests
schedule:
interval: weekly
groups:
gomod:
applies-to: version-updates
dependency-type: production

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

0 comments on commit 33de948

Please sign in to comment.