meta: add dependabot.yml to keep GHA up-to-date (#5083)

This commit is contained in:
Antoine du Hamel 2024-04-15 16:18:26 +02:00 committed by GitHub
parent 984ce4c597
commit 40840a9736
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,9 @@
# Basic set up for three package managers
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'