Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-10-14 05:14:10 +0300
committerkcgen <1557255+kcgen@users.noreply.github.com>2022-10-14 05:18:34 +0300
commitfef3b9c479175370f81cf650581ec386a4ddb1eb (patch)
tree45e12c7b1841d2c60695aeb233dc274c24ea5b1f
parent8f1f1f2078c75b5bee553944004d6efbef558841 (diff)
Automate CI action updates with Dependabot
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..e5f449fe6
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ reviewers:
+ - "@dosbox-staging/maintenance-team"
+ labels:
+ - "CI"