Skip to content

Commit e6bc422

Browse files
authored
Merge pull request #626 from dev-sec/dependabot_labels
do not let dependabot label our prs
2 parents 1fe0677 + bfedba6 commit e6bc422

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/dependabot.yml

+8
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@ updates:
1010
directory: "/" # Location of package manifests
1111
schedule:
1212
interval: "daily"
13+
# by default Dependabot creates labels like "major" or "minor" for version updates of our deps.
14+
# however this interferes with the github changelog generator which uses these labels to define
15+
# a new version for the collection
16+
labels: [ ]
1317

1418
- package-ecosystem: "github-actions"
1519
directory: "/"
1620
schedule:
1721
interval: "daily"
22+
# by default Dependabot creates labels like "major" or "minor" for version updates of our deps.
23+
# however this interferes with the github changelog generator which uses these labels to define
24+
# a new version for the collection
25+
labels: [ ]

0 commit comments

Comments
 (0)