Skip to content

Commit

Permalink
Improve Dependabot PR Naming and skip backport (#2722)
Browse files Browse the repository at this point in the history
(cherry picked from commit 61ea7bc)
  • Loading branch information
romulets authored and mergify[bot] committed Nov 13, 2024
1 parent be1728e commit 6f085d2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

version: 2
updates:
# Maintain dependencies for go.mod
# Maintain dependencies for go.mod main branch
- package-ecosystem: "gomod"
directory: "/"
commit-message:
include: scope
prefix: "main"
groups:
azure:
patterns:
Expand All @@ -28,6 +31,7 @@ updates:
labels:
- "backport-skip"
- "dependency"
- "backport-skip"
- "go"
open-pull-requests-limit: 2
# elastic/beats is using v7 in their go.mod, leading to automatic updates not working. Manual update is needed with
Expand All @@ -37,9 +41,13 @@ updates:
schedule:
interval: "monthly"

# Maintain dependencies for go.mod 8.x branch
- package-ecosystem: "gomod"
target-branch: "8.x"
directory: "/"
commit-message:
include: scope
prefix: "8.x"
groups:
azure:
patterns:
Expand All @@ -62,6 +70,7 @@ updates:
- "github.com/aquasecurity/*"
labels:
- "dependency"
- "backport-skip"
- "go"
open-pull-requests-limit: 2
# elastic/beats is using v7 in their go.mod, leading to automatic updates not working. Manual update is needed with
Expand Down

0 comments on commit 6f085d2

Please sign in to comment.