Browse Source

Add a Dependabot config to auto-update GitHub action versions (#2863)

pull/2864/head
Kurt McKee 9 months ago
committed by GitHub
parent
commit
3c92216ea2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      .github/dependabot.yml

+ 10
- 0
.github/dependabot.yml View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

Loading…
Cancel
Save