ci: enable automatic update for GitHub Actions only

As much as possible, we want to do the update in the local environment
instead of letting it be through a remote server.
This commit is contained in:
Gabriel Arazas 2024-11-12 18:17:11 +08:00
parent 1e2c8e1dd9
commit 94b07876c5
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"