Skip to content

Commit

Permalink
Merge pull request #626 from dev-sec/dependabot_labels
Browse files Browse the repository at this point in the history
do not let dependabot label our prs
  • Loading branch information
schurzi committed Jan 30, 2023
2 parents 1fe0677 + bfedba6 commit e6bc422
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,16 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
# by default Dependabot creates labels like "major" or "minor" for version updates of our deps.
# however this interferes with the github changelog generator which uses these labels to define
# a new version for the collection
labels: [ ]

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

0 comments on commit e6bc422

Please sign in to comment.