summaryrefslogtreecommitdiffstatshomepage
path: root/.github/dependabot.yml
blob: 2f78c9338b8d9ba562b68eeabc29e5b64b65fa3c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: 2
updates:
  - package-ecosystem: "github-actions"
    directories:
      - "/"
      - "/.github/actions/**/*"
    schedule:
      interval: "daily"
    commit-message:
      prefix: "ci"
    cooldown:
      default-days: 7
    groups:
      github-actions:
        patterns:
          - "*"