From 2b373e10662ac27c763680651358cdf51ddc7c5e Mon Sep 17 00:00:00 2001 From: tr4nt0r <4445816+tr4nt0r@users.noreply.github.com> Date: Tue, 10 Jun 2025 13:57:42 +0200 Subject: [PATCH] Add Dependabot configuration for automatic dependency updates --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..59a8487 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + labels: + - ":recycle: dependencies" + - ":snake: python" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - ":recycle: dependencies" + - ":clapper: github_actions"