diff options
| author | seth <[email protected]> | 2023-04-23 05:09:36 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-23 01:16:11 -0400 |
| commit | 88f3f6c18546eacd2b35155a160ed41fd39b882f (patch) | |
| tree | 70ebd5b384d7b20cd7165cfa8c2e3955a2b80e68 | |
| parent | e8c6c12bd1cbc2974dd05792a07cb08becb35695 (diff) | |
create dependabot.yml
| -rw-r--r-- | .github/dependabot.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e7bda0b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" + commit-message: + prefix: "chore(actions)" |
