awesome-falsehood/.github/dependabot.yaml

15 lines
308 B
YAML
Raw Normal View History

2022-03-28 21:23:26 +03:00
# https://docs.github.com/en/github/administering-a-repository
# /configuration-options-for-dependency-updates
2020-10-23 11:20:35 +03:00
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
2022-03-28 21:23:26 +03:00
- "📦 dependencies"
assignees:
- "kdeldycke"