diff options
author | 2023-01-14 19:43:15 +0000 | |
---|---|---|
committer | 2023-01-14 19:43:15 +0000 | |
commit | fd786c6271d27153e406ca8851a6722a76def2a3 (patch) | |
tree | 82f59a1fd9c0de5858d6ed2e7d30c1ce0deefe23 | |
parent | Merge pull request #828 from python-discord/dependabot/pip/whitenoise-6.3.0 (diff) |
Make dependabot check for github actions updates
-rw-r--r-- | .github/dependabot.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f..10c6e918 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" schedule: interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |