aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: e80604577a8f3c33d7520acf48ce42fa1d9d9d8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"
    cooldown:
      default-days: 3
    commit-message:
      prefix: "ci"
    labels:
      - "CI"
    groups:
      actions:
        patterns: ["*"]