mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
chore: update dependabot config for ci/dev updates (#5898)
Move internal-facing dependency updates out of the main changelog: - Categorize GitHub Actions and dev dependency updates under the 'ci' prefix. - Categorize devcontainers updates under the 'chore' prefix.
This commit is contained in:
parent
2daf461143
commit
e374e48933
1 changed files with 5 additions and 3 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -6,6 +6,8 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
|
|
||||||
- package-ecosystem: "devcontainers"
|
- package-ecosystem: "devcontainers"
|
||||||
|
commit-message:
|
||||||
|
prefix: "chore(devcontainer)"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
|
@ -13,7 +15,7 @@ updates:
|
||||||
|
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "deps(github-actions)"
|
prefix: "ci(github-actions)"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
@ -77,7 +79,7 @@ updates:
|
||||||
|
|
||||||
- package-ecosystem: "docker"
|
- package-ecosystem: "docker"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "deps(dev-docker)"
|
prefix: "ci(dev-docker)"
|
||||||
directory: "/dev-dependencies"
|
directory: "/dev-dependencies"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
@ -85,7 +87,7 @@ updates:
|
||||||
|
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "deps(dev-npm)"
|
prefix: "ci(dev-npm)"
|
||||||
directory: "/dev-dependencies"
|
directory: "/dev-dependencies"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
|
|
Loading…
Reference in a new issue