mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
Merge pull request #448 from GaboFDC/gf_fix_dependabot
Fix wrong config on dependabot
This commit is contained in:
commit
96d6d7bf9e
1 changed files with 2 additions and 2 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
@ -21,8 +21,7 @@ updates:
|
||||||
directory: "/dependencies"
|
directory: "/dependencies"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
labels:
|
open-pull-requests-limit: 10
|
||||||
- "Type: Maintenance"
|
|
||||||
|
|
||||||
# Maintain dependencies for docker
|
# Maintain dependencies for docker
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
|
@ -37,3 +36,4 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue