Skip to content

Commit

Permalink
dependabot: ignore substrate deps (#902)
Browse files Browse the repository at this point in the history
* dependabot: ignore substrate deps

* Move ignore section and use pattern

* Fix update-types
  • Loading branch information
ascjones authored Jan 11, 2023
1 parent 2bc9559 commit 2de0a02
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ updates:
directory: "/"
schedule:
interval: "daily"
# ignore Substrate pallets major updates.
# automated Substrate releases cause dependabot PR spam, so these must be updated manually when required.
ignore:
- dependency-name: "sp-*"
update-types: [ "version-update:semver-major" ]
- dependency-name: "pallet-*"
update-types: [ "version-update:semver-major" ]
- package-ecosystem: github-actions
directory: '/'
schedule:
Expand Down

0 comments on commit 2de0a02

Please sign in to comment.