1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 10:59:23 +00:00

Meta: Add dependabot configuration to update github actions

This commit is contained in:
Brian Gianforcaro 2023-01-15 20:10:51 -08:00
parent 569b56e2ad
commit 87b18f9304

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

@ -0,0 +1,11 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
commit-message:
prefix: "CI:"