Add dependabot for GHA

This commit is contained in:
Clémentine Urquizar 2022-09-06 17:54:05 +02:00
parent 1fa851a8d0
commit 44192d754f
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 12 additions and 0 deletions

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
# Set update schedule for GitHub Actions only
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- 'skip changelog'
- 'dependencies'
rebase-strategy: disabled