Skip to content

Commit

Permalink
Merge pull request #1697 from oasisprotocol/ptrus/feature/dependabot-…
Browse files Browse the repository at this point in the history
…cargo-group
  • Loading branch information
ptrus authored Apr 30, 2024
2 parents 6b63afb + 18bc539 commit 98b4a5e
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,38 @@ updates:

# Manage Rust package versions.
- package-ecosystem: cargo
directory: /
directories:
- /
# Contract SDK specs.
- contract-sdk/specs/token/oas20/
- contract-sdk/specs/access/oas173/
# Test contracts.
- tests/contracts/hello/
- tests/contracts/bench/
schedule:
interval: daily
commit-message:
prefix: "runtime-sdk:"
groups:
# Update all other dependencies in a single PR.
rust:
# Update all dependencies, unless explicitly ignored.
patterns:
- "*"
# Excluded dependencies are updated in separate PRs.
# Commented out because it requires at least one entry to be valid.
# exclude-patterns: []
# Ignored depenednecies are ignored by dependabot.
ignore:
# oasis-core dependencies are manually kept up to date.
- dependency-name: oasis-core-runtime
- dependency-name: oasis-core-keymanager
labels:
- c:deps
- rust
labels:
- c:deps
- c:runtime-sdk
ignore:
# oasis-core-runtime is manually kept up to date.
- dependency-name: oasis-core-runtime

# Manage npm package versions.
- package-ecosystem: npm
Expand Down

0 comments on commit 98b4a5e

Please sign in to comment.