Skip to content

Commit

Permalink
feat: Group all dependabot updates per branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Dec 13, 2023
1 parent 9214b0c commit a9a1d8f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
version: 2

updates:
- package-ecosystem: "npm"
directory: /
target-branch: develop
schedule:
interval: "monthly"
groups:
all-deps:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: "npm"
directory: /
target-branch: version/2.x.x
schedule:
interval: "monthly"
groups:
all-deps:
update-types:
- "major"
- "minor"
- "patch"

0 comments on commit a9a1d8f

Please sign in to comment.