diff options
author | Matthew Strapp <matt@mattstrapp.net> | 2024-01-31 09:51:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 09:51:08 -0600 |
commit | 99b07a8a0a8646dd52685b842d992ada5db23816 (patch) | |
tree | 3840ce5223fbb5f349094cd354dab5333fe66636 | |
parent | Bump @types/node from 20.11.10 to 20.11.13 (diff) | |
download | zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.tar zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.tar.gz zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.tar.bz2 zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.tar.lz zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.tar.xz zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.tar.zst zorascript-99b07a8a0a8646dd52685b842d992ada5db23816.zip |
Add GHA to dependabot
Signed-off-by: Matthew Strapp <matt@mattstrapp.net>
-rw-r--r-- | .github/dependabot.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 000d73e..9900085 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |