From 67ccf07cc9594d63a764a4ef4f27ac0df296ca2e Mon Sep 17 00:00:00 2001 From: F-G Fernandez <26927750+frgfm@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:42:03 +0200 Subject: [PATCH] ci(dependabot): add dependabot update for a few packages --- .github/dependabot.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1d5dba9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,35 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly" + time: "06:00" + timezone: "Europe/Paris" + groups: + gh-actions: + patterns: + - "*" + reviewers: + - "frgfm" + assignees: + - "frgfm" + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + time: "06:00" + timezone: "Europe/Paris" + reviewers: + - "frgfm" + assignees: + - "frgfm" + allow: + - dependency-name: "ruff" + - dependency-name: "mypy" + - dependency-name: "pre-commit"