Skip to content

Commit

Permalink
Update Dependabot config to reduce noice
Browse files Browse the repository at this point in the history
  • Loading branch information
Starefossen committed Feb 14, 2024
1 parent 5580a7e commit b639099
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
version: 2
updates:
- package-ecosystem: "docker"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/" # must be root (ref. docs)
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
groups:
actions:
patterns:
- "*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
- package-ecosystem: "npm" # poetry / pyproject
directory: "/"
schedule:
interval: "monthly"

interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
groups:
npm:
patterns:
- "*"

0 comments on commit b639099

Please sign in to comment.