diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2024-09-04 23:00:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 23:00:04 +0200 |
commit | e5c9e5d699fa5bf8fbf69426511f4b697edc15d2 (patch) | |
tree | 215dc968406a682b85a7daa406040bd246b069d1 | |
parent | b75daf36ade1d8858adbbb98e1517cef8bd11ad0 (diff) | |
download | NorthstarLauncher-e5c9e5d699fa5bf8fbf69426511f4b697edc15d2.tar.gz NorthstarLauncher-e5c9e5d699fa5bf8fbf69426511f4b697edc15d2.zip |
Add dependabot config to check for GitHub Actions updates (#814)
-rw-r--r-- | .github/dependabot.yml | 9 |
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" |