From: XhmikosR Date: Sat, 12 Mar 2022 08:16:14 +0000 (+0200) Subject: Add dependabot for pip and action updates X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=dd5334d1d3e8aaa873d35882624c3377d904ca37;p=stevenblack-hosts.git Add dependabot for pip and action updates --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..6cbe9335e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: weekly + labels: + - dependencies + - python + versioning-strategy: increase + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: monthly + labels: + - dependencies + - github_actions