mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
Meta: Add dependabot configuration to update github actions
This commit is contained in:
parent
569b56e2ad
commit
87b18f9304
Notes:
sideshowbarker
2024-07-18 02:13:10 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/87b18f9304 Pull-request: https://github.com/SerenityOS/serenity/pull/17040
1 changed files with 11 additions and 0 deletions
11
.github/dependabot.yml
vendored
Normal file
11
.github/dependabot.yml
vendored
Normal 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:"
|
Loading…
Reference in a new issue