From 7c48fa653b4dcff45963a55cadf03bcea157a39e Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Mon, 13 May 2024 15:52:04 +0300 Subject: [PATCH] Add dependabot configuration --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c5cb8b7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: +- package-ecosystem: pip + directory: "/" + schedule: + interval: daily + time: "03:00" + open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"