mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
remove dependabot
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
7456e441fc
commit
e9fa44c243
1 changed files with 0 additions and 25 deletions
25
.github/dependabot.yml
vendored
25
.github/dependabot.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
---
|
||||
# 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: [ ]
|
Loading…
Reference in a new issue