diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-10-14 13:49:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 13:49:28 -0400 |
| commit | e9e6ce47c4c16abff367aedf2ee23781dd9e3554 (patch) | |
| tree | d77867a4ceb506d1ec45f8408e9b77214931a4ad /.github/dependabot.yml | |
| parent | ca762e2fd21266e6ed7b800d135e386c2ec48861 (diff) | |
| parent | 69b51278df47733ee7f2bb134b94f60b9286df93 (diff) | |
| download | stasis-e9e6ce47c4c16abff367aedf2ee23781dd9e3554.tar.gz | |
Merge pull request #47 from pllim/action-ver-hash
MNT: Use hash for Action workflow versions and update if needed
Diffstat (limited to '.github/dependabot.yml')
| -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..1a218f5 --- /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: "monthly" + groups: + actions: + patterns: + - "*" |
