Skip to content

Commit

Permalink
Merge pull request #99 from IT4Change/dependabot-group-updates
Browse files Browse the repository at this point in the history
refactor(backend): dependabot group updates
  • Loading branch information
mahula authored May 13, 2024
2 parents f6067a5 + c2a33b6 commit f2da326
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
open-pull-requests-limit: 999
open-pull-requests-limit: 99
directory: "/"
rebase-strategy: "disabled"
schedule:
Expand All @@ -10,16 +10,33 @@ updates:
timezone: "Europe/Berlin"
time: "03:00"
- package-ecosystem: npm
open-pull-requests-limit: 999
open-pull-requests-limit: 99
directory: "/"
rebase-strategy: "disabled"
schedule:
interval: weekly
day: "saturday"
timezone: "Europe/Berlin"
time: "03:00"
groups:
eslint:
applies-to: version-updates
patterns:
- "*eslint*"
prisma:
applies-to: version-updates
patterns:
- "*prisma*"
remark:
applies-to: version-updates
patterns:
- "remark*"
vuepress:
applies-to: version-updates
patterns:
- "*vuepress*"
- package-ecosystem: docker
open-pull-requests-limit: 999
open-pull-requests-limit: 99
directory: "/"
rebase-strategy: "disabled"
schedule:
Expand Down

0 comments on commit f2da326

Please sign in to comment.