diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2024-09-27 12:53:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 12:53:55 -0400 |
commit | 3fca7f5aad60e080dd41cb14a4d409d34d6963ae (patch) | |
tree | 21cea920e3d26b95c5bae4b38eb69a81e9c83f02 /.github | |
parent | 8371164a8eae7507ef6304bb6c36a4d4d06f8220 (diff) | |
download | stasis-3fca7f5aad60e080dd41cb14a4d409d34d6963ae.tar.gz |
Create dependabot.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6b0c235 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +# 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/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: ".github/workflows" # Location of package manifests + schedule: + interval: "weekly" + groups: + actions: + patterns: + - "*" |