Skip to content

Commit

Permalink
fix: dependabot config
Browse files Browse the repository at this point in the history
Remove "day", "time", and "timezone" from Dependabot's schedule because
they seem to invalidate the monthly interval.
  • Loading branch information
matijs committed Jun 17, 2024
1 parent a3165b7 commit 8e0c426
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
version: 2

# Documentation:
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-version-updates
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
day: "monday"
interval: "monthly"
time: "09:00"
timezone: "Europe/Amsterdam"
reviewers:
- "nl-design-system/kernteam-dependabot"
- package-ecosystem: "npm"
directory: "/"
schedule:
day: "monday"
interval: "monthly"
time: "09:00"
timezone: "Europe/Amsterdam"
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 20
reviewers:
Expand Down

0 comments on commit 8e0c426

Please sign in to comment.