Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Same schedule as other Polylang packages; Dependabot does not sync versions between repos.
# allow — if a package does not match, Dependabot does not open a version PR or a security PR for it.
# groups.build-tools — among packages that already passed allow, matching ones are collapsed into one PR instead of many.
# ignore — skip semver-major bumps for @babel/* until @wordpress/babel-preset-default and
# @wordpress/eslint-plugin support Babel 8.
#
# This library has no npm `dependencies`. Shipped JS is compiled by Babel (`npm run build`).
# Peer dependency ranges are consumer contracts and are not on the weekly cadence.
Expand All @@ -13,6 +15,11 @@ updates:
day: monday
time: "07:00"
timezone: Europe/Paris
ignore:
- dependency-name: "@babel/cli"
update-types: ["version-update:semver-major"]
- dependency-name: "@babel/core"
update-types: ["version-update:semver-major"]
allow:
- dependency-type: production
- dependency-name: "@babel/cli"
Expand Down
Loading