aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 792ef52f861..78b94fc74a3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -116,7 +116,7 @@ updates:
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"
@@ -136,7 +136,7 @@ updates:
ignore:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
# Disable automatic rebasing because without a build CI will likely fail anyway
rebase-strategy: "disabled"