Skip to content

Commit

Permalink
Reconfigure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
monosans committed Dec 10, 2023
1 parent acd5676 commit 9d58bfd
Showing 1 changed file with 3 additions and 24 deletions.
27 changes: 3 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: daily
time: "02:30"
groups:
minor:
cargo-semver-minor:
patterns:
- "*"
update-types:
Expand All @@ -17,44 +17,23 @@ updates:
schedule:
interval: daily
time: "02:30"
groups:
minor:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: docker
directory: /docker/django/
schedule:
interval: daily
time: "02:30"
groups:
minor:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
time: "02:30"
groups:
minor:
patterns:
- "*"
update-types:
- minor
- patch
- package-ecosystem: npm
directory: /
schedule:
interval: daily
time: "02:30"
groups:
minor:
npm-semver-minor:
patterns:
- "*"
update-types:
Expand All @@ -66,7 +45,7 @@ updates:
interval: daily
time: "02:30"
groups:
minor:
pip-semver-minor:
patterns:
- "*"
update-types:
Expand Down

0 comments on commit 9d58bfd

Please sign in to comment.