We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fe0677 + bfedba6 commit e6bc422Copy full SHA for e6bc422
.github/dependabot.yml
@@ -10,8 +10,16 @@ updates:
10
directory: "/" # Location of package manifests
11
schedule:
12
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: [ ]
17
18
- package-ecosystem: "github-actions"
19
directory: "/"
20
21
22
23
24
25
0 commit comments