Skip to content

Commit

Permalink
Run Dependabot more frequently
Browse files Browse the repository at this point in the history
  - Ignore patch updates
  - Lift open PR limit
  - Reformat `dependabot.yml`
  • Loading branch information
cruessler committed Jan 1, 2025
1 parent 5a16e1e commit 7586ba2
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
time: "02:00"
open-pull-requests-limit: 2
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
time: "02:00"
open-pull-requests-limit: 2
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
day: monday
ignore:
# `dependency-name` is required.
- dependency-name: "*"
update-types: ["version-update:semver-patch"]

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: monday

0 comments on commit 7586ba2

Please sign in to comment.