Merge pull request #5992 from DimitriPapadopoulos/actions

Automatically update GitHub Actions
This commit is contained in:
Matthieu Gallien 2023-09-16 19:29:09 +02:00 committed by GitHub
commit 131342759f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,8 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"