diff options
| author | seth <[email protected]> | 2023-11-11 05:51:13 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-11 05:54:16 -0500 |
| commit | 70edf4c616e59a8e83e7ca7faf9faefd6e0b817c (patch) | |
| tree | 353b1b397a8a57c462bf6eb5ccee46b6ac85f35f /.github/dependabot.yml | |
initial commit
Diffstat (limited to '.github/dependabot.yml')
| -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..fa9c837 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" |
