insomniafi-insid-bot/.github/dependabot.yml

20 lines
359 B
YAML
Raw Permalink Normal View History

2024-10-31 23:27:30 +00:00
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
labels:
- "dependencies"
# npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "develop"
labels:
- "dependencies"