Skip to content

Commit

Permalink
Merge pull request #2 from kanwalpreetd/dependabot_updates
Browse files Browse the repository at this point in the history
add dependabot.yml for version updates
  • Loading branch information
kanwalpreetd authored Aug 14, 2024
2 parents 55ec348 + 6b57bb0 commit c35b371
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: 2
updates:
- package-ecosystem: "cargo"
directories:
- "/"
- "/src/rust"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
cargo-minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
cargo-major:
applies-to: version-updates
update-types:
- "major"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
all-actions:
applies-to: version-updates
patterns: [ "*" ]
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
day: "sunday"
time: "02:00"
open-pull-requests-limit: 2
groups:
all-docker:
applies-to: version-updates
patterns: [ "*" ]

0 comments on commit c35b371

Please sign in to comment.