summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: b02b155d30624bfcc605be5fec898dfa1a4b5cc5 (plain)
1
2
3
4
5
6
7
8
9
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: weekly
    labels:
      - "no changelog"
      - "area/ci"