Remove deprecated dependabot configuration and update dependency architecture documentation for clarity and organization
This commit is contained in:
33
.github/dependabot.yml
vendored
33
.github/dependabot.yml
vendored
@@ -1,33 +0,0 @@
|
|||||||
version: 2
|
|
||||||
updates:
|
|
||||||
# Enable version updates for GitHub Actions
|
|
||||||
- package-ecosystem: "github-actions"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
day: "monday"
|
|
||||||
time: "02:00"
|
|
||||||
open-pull-requests-limit: 10
|
|
||||||
reviewers:
|
|
||||||
- "scawful"
|
|
||||||
assignees:
|
|
||||||
- "scawful"
|
|
||||||
|
|
||||||
# Enable version updates for Docker
|
|
||||||
- package-ecosystem: "docker"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
day: "monday"
|
|
||||||
time: "02:00"
|
|
||||||
open-pull-requests-limit: 5
|
|
||||||
|
|
||||||
# Enable version updates for npm (if any)
|
|
||||||
- package-ecosystem: "npm"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
||||||
day: "monday"
|
|
||||||
time: "02:00"
|
|
||||||
open-pull-requests-limit: 5
|
|
||||||
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user