summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: d9cbb3c7ec38548f1af1e8edb045bfe36d6e0341 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    labels:
      - "skip issue"
      - "skip news"
    target_branch:
      - "master"
      - "3.9"
      - "3.8"