summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-03-03 12:29:03 +0100
committerGitHub <noreply@github.com>2023-03-03 12:29:03 +0100
commitbffba8ecca93962c52f68ed78f01a912b90604f8 (patch)
tree95826624278c3bd2e599aeb351ec37235a58014b /.github
parentc7260882778b764e306a00b2217042d0e6232818 (diff)
parent5de73b2fc33084d8880c63bd61e01b36b2041a59 (diff)
Merge pull request #8810 from nextcloud/techdebt/8790/adjust-dependabot-config
chore(CI): Define backport list for stable26
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2dffc0d6f..38903b9dc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -63,6 +63,19 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
+ target-branch: stable26
+ open-pull-requests-limit: 10
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
target-branch: stable25
open-pull-requests-limit: 10
ignore:
@@ -76,6 +89,19 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
+ target-branch: stable26
+ open-pull-requests-limit: 10
+ ignore:
+ # 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: stable25
open-pull-requests-limit: 10
ignore: