aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2024-09-04 23:00:04 +0200
committerGitHub <noreply@github.com>2024-09-04 23:00:04 +0200
commite5c9e5d699fa5bf8fbf69426511f4b697edc15d2 (patch)
tree215dc968406a682b85a7daa406040bd246b069d1 /.github
parentb75daf36ade1d8858adbbb98e1517cef8bd11ad0 (diff)
downloadNorthstarLauncher-e5c9e5d699fa5bf8fbf69426511f4b697edc15d2.tar.gz
NorthstarLauncher-e5c9e5d699fa5bf8fbf69426511f4b697edc15d2.zip
Add dependabot config to check for GitHub Actions updates (#814)
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..786ba213
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,9 @@
+# Configures dependabot
+
+version: 2
+updates:
+ # GitHub Actions
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"