Skip to content

Commit 5dfd0f4

Browse files
authored
ci: Maintain ignored dependabot updates (#1060)
There might be more packages, but those currently can't be updated. The list should be extended if there are some missing.
1 parent 625656e commit 5dfd0f4

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,19 @@ updates:
2323
- dependency-name: "@sapui5/types" # Major/minor updates should be done manually
2424
# Only perform patch updates (i.e. ignore major/minor updates)
2525
update-types: ["version-update:semver-major", "version-update:semver-minor"]
26+
27+
# Major updates of dependencies that require a newer minimum Node.js version
28+
# are blocked and can't be merged right now.
29+
# Re-visit this list when the minimum supported Node.js version is increased.
30+
- dependency-name: "ava"
31+
update-types: ["version-update:semver-major"]
32+
- dependency-name: "@eslint/js"
33+
update-types: ["version-update:semver-major"]
34+
- dependency-name: "eslint-plugin-ava"
35+
update-types: ["version-update:semver-major"]
36+
- dependency-name: "eslint"
37+
update-types: ["version-update:semver-major"]
38+
- dependency-name: "licensee"
39+
update-types: ["version-update:semver-major"]
40+
- dependency-name: "yargs"
41+
update-types: ["version-update:semver-major"]

0 commit comments

Comments
 (0)