We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2d1ce commit f295be2Copy full SHA for f295be2
.github/dependabot.yml
@@ -6,9 +6,13 @@ updates:
6
interval: "daily"
7
open-pull-requests-limit: 10
8
ignore:
9
- # update too often, ignore patch releases
10
- dependency-name: "@types/node"
11
- update-types: ["version-update:semver-patch"]
+ update-types:
+ # We update the major version manually,
12
+ # because it should be the same as the runtime version.
13
+ - "version-update:semver-major"
14
+ # update too often, ignore patch releases
15
+ - "version-update:semver-patch"
16
17
# Maintain dependencies for GitHub Actions
18
- package-ecosystem: "github-actions"
0 commit comments