From: Sebastián Ramírez Date: Sat, 27 Aug 2022 18:39:53 +0000 (+0200) Subject: 👷 Add dependabot for GitHub Actions (#410) X-Git-Tag: 0.0.7~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aca18da21e36681cc6d791086ab0fd9684660be5;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Add dependabot for GitHub Actions (#410) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b38df29f..946f2358 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,11 @@ version: 2 updates: + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + # Python - package-ecosystem: "pip" directory: "/" schedule: