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"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- "Type: Maintenance"
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
# Maintain dependencies for docker
|
||||
- package-ecosystem: "docker"
|
||||
|
@ -37,3 +36,4 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 10
|
||||
|
||||
|
|
Loading…
Reference in a new issue