1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-10-02 15:09:07 +00:00
conky/.github/dependabot.yml
2022-10-14 08:50:42 -05:00

16 lines
332 B
YAML

# Set update schedule for GitHub Actions
version: 2
updates:
# Maintain dependencies for actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Maintain dependencies for web docs/npm
- package-ecosystem: "npm"
directory: "/web"
schedule:
interval: "weekly"