From: Sebastián Ramírez Date: Tue, 12 Jul 2022 16:53:38 +0000 (+0200) Subject: 👷 Add Dependabot (#5128) X-Git-Tag: 0.79.0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d5bbe5552a7eb9f7cefd3ae265c12c18dd67974;p=thirdparty%2Ffastapi%2Ffastapi.git 👷 Add Dependabot (#5128) --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..946f2358c0 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + # GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + # Python + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily"