mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Enable dependabot for web docs.
This commit is contained in:
parent
97687633a7
commit
d6df062898
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -2,9 +2,14 @@
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
|
||||
# Maintain dependencies for actions
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every week
|
||||
interval: "weekly"
|
||||
|
||||
# Maintain dependencies for web docs/npm
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/web"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
Loading…
Reference in New Issue
Block a user