summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 97adcabffe111fde524c0507e0b9ebbe453e3241 (plain)
1
2
3
4
5
6
7
8
9
version: 2
updates:
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: 'weekly'
    ignore:
      # It doesn't update the version comment for us
      - dependency-name: 'necojackarc/auto-request-review'