diff options
author | 2023-01-16 19:39:29 +0000 | |
---|---|---|
committer | 2023-01-16 19:39:29 +0000 | |
commit | 294d0baeae6ab1c56a87a67da7435163c17c199e (patch) | |
tree | 412a66eb732ab58d7417902396a3347453200acb | |
parent | Merge pull request #836 from python-discord/dependabot/pip/gitpython-3.1.30 (diff) | |
parent | Merge branch 'main' into enable-dependabot-github-actions-updates (diff) |
Merge pull request #837 from python-discord/enable-dependabot-github-actions-updates
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" |