Skip to content

Commit

Permalink
Ta i bruk dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
enstulen committed Aug 30, 2023
1 parent eb5c77d commit 39b7181
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 20
groups:
all-minor-patch:
patterns:
- "*"
update-types:
- "minor"
- "patch"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"

0 comments on commit 39b7181

Please sign in to comment.