summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 90f94bc32b917f4902e37ebf40553590c3b3a521 (plain)
1
2
3
4
5
6
7
8
9
version: 2
updates:
- package-ecosystem: "github-actions"
  directory: "/"
  schedule:
    interval: "monthly"
    day: "monday"
    time: "16:00"
    timezone: "UTC"