diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-08-07 09:27:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 09:27:36 -0500 |
commit | a96c7fa26ec21471c145733c82c9510b9593ccf2 (patch) | |
tree | 542cfbb4ea71c6f3e2af20ab43511b310bf94355 /.github | |
parent | chore: More README prettifying (diff) | |
download | locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.tar locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.tar.gz locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.tar.bz2 locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.tar.lz locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.tar.xz locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.tar.zst locusts-a96c7fa26ec21471c145733c82c9510b9593ccf2.zip |
Create dependabot.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8373337 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |