ansible-collection-hardening/.github/dependabot.yml
Sebastian Gumprich bfedba6907 do not let dependabot label our prs
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
2023-01-30 16:20:35 +01:00

25 lines
1.1 KiB
YAML

---
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
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: [ ]