Skip to content

Commit

Permalink
ci: let dependabot watch release/v0.47.x (cosmos#15006)
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Feb 14, 2023
1 parent a28ba7b commit 2190974
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ updates:
labels:
- "A:automerge"
- dependencies

- package-ecosystem: gomod
directory: "x/feegrant"
schedule:
Expand Down Expand Up @@ -179,3 +178,19 @@ updates:
labels:
- "A:automerge"
- dependencies

# Dependencies should be up to date on release branch
- package-ecosystem: gomod
directory: "/"
target-branch: "release/v0.47.x"
schedule:
interval: weekly
labels:
- "A:automerge"
- dependencies
- "testing-required"
allow:
- dependency-name: "github.com/cosmos/cosmos-sdk/*"
dependency-type: "all"
- dependency-name: "cosmossdk.io/*"
dependency-type: "all"

0 comments on commit 2190974

Please sign in to comment.