Skip to content

Commit

Permalink
chore: update dependabot configuration
Browse files Browse the repository at this point in the history
- Check github-actions updates.
- Configure dependabot to send a weekly batch of updates.
- Restrict to a semver-compatible changes in the lockfile.
- Work around the issue with the `examples` package.
  • Loading branch information
bavshin-f5 committed Jan 13, 2025
1 parent 467a7ff commit 7266aa8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,19 @@

version: 2
updates:

- package-ecosystem: "cargo"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*"
# semver-incompatible updates will be handled manually
versioning-strategy: "lockfile-only"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 2 additions & 0 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true
# https://github.com/dependabot/dependabot-core/issues/1156
autobins = false

build = "../build.rs"

Expand Down

0 comments on commit 7266aa8

Please sign in to comment.