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 80eabfb
Showing 1 changed file with 22 additions and 6 deletions.
28 changes: 22 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,29 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
- package-ecosystem: "github-actions"
directory: "/" # must be root (ref. docs)
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm" # poetry / pyproject
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "Europe/Oslo"
groups:
actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"

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

0 comments on commit 80eabfb

Please sign in to comment.