summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: dd49f045d159fbcab409dd4798be9120a206ea06 (plain)
1
2
3
4
5
6
7
8
9
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    groups:
      official-actions:
        patterns: ["actions/*"]