summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 61e0aff85bd29dfaed7c2e50306539f3b3fa7a87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 2
updates:
  - package-ecosystem: github-actions
    directory: /
    schedule:
      interval: monthly
    labels:
      - dependencies
      - automated
    reviewers:
      - hashicorp/terraform-core
    # only update HashiCorp actions, external actions managed by TSCCR
    allow:
      - dependency-name: hashicorp/*
    groups:
      github-actions-breaking:
        update-types:
          - major
      github-actions-backward-compatible:
        update-types:
          - minor
          - patch