Skip to content

Commit

Permalink
Stop Dependabot from creating PRs for locale-data minor and major ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
dktapps committed Jan 5, 2023
1 parent 9a47c1d commit a513cca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ updates:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
ignore:
#only allow patch updates for locale-data - this has to be updated manually due to codegen
- dependency-name: pocketmine/locale-data
update-type:
- "version-update:semver-major"
- "version-update:semver-minor"

- package-ecosystem: gitsubmodule
directory: "/"
Expand Down

0 comments on commit a513cca

Please sign in to comment.