summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-08-07 12:17:34 +0200
committerGitHub <noreply@github.com>2023-08-07 12:17:34 +0200
commitbaff973579c1cf6599e9f521948de877dca0d572 (patch)
tree6c766118fa1f086c8b808c8cefcfdc269b5ed2ba /.github
parent0005e1318efbbfc508ee6ee3d25fdc66a6edbac7 (diff)
Remove stable24 from dependabot
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 569984612..dfffef28f 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -134,16 +134,3 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]
-- package-ecosystem: npm
- directory: "/"
- schedule:
- interval: weekly
- day: saturday
- time: "03:00"
- timezone: Europe/Paris
- target-branch: stable24
- open-pull-requests-limit: 10
- ignore:
- # ignore all GitHub linguist patch updates
- - dependency-name: "*"
- update-types: ["version-update:semver-major", "version-update:semver-minor"]