summaryrefslogtreecommitdiff
path: root/.github/dependabot.yaml
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2022-03-31 10:57:26 +0200
committerPhilip Kuryloski <kuryloskip@vmware.com>2022-03-31 10:58:34 +0200
commit92ea212d696f6dc5e54ac092e643392268a3163c (patch)
tree7d91d1f888fc54ab9f4230db211853110f993fca /.github/dependabot.yaml
parentd4c046bd3a0e5d887d7ae63824be86742cc0b751 (diff)
downloadrabbitmq-server-git-92ea212d696f6dc5e54ac092e643392268a3163c.tar.gz
Configure dependabot to run on all release branches
So that we don't have to backport dependabot PRs
Diffstat (limited to '.github/dependabot.yaml')
-rw-r--r--.github/dependabot.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 2c7d170839..458d89fbc9 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -5,3 +5,19 @@ updates:
directory: "/"
schedule:
interval: "daily"
+ target-branch: "master"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "v3.10.x"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "v3.9.x"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ target-branch: "v3.8.x"