mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-14 02:47:06 +00:00
bfedba6907
Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
25 lines
1.1 KiB
YAML
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: [ ]
|