From 99a69426d05c6715a8843e7a4802f8b7e88c9798 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Fri, 2 Feb 2024 13:08:22 +0100 Subject: [PATCH] DX: add `dependabot.yml` config --- .cspell.json | 2 ++ .github/dependabot.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.cspell.json b/.cspell.json index 8499273..935d8c5 100644 --- a/.cspell.json +++ b/.cspell.json @@ -53,6 +53,7 @@ "COMAP", "Colab", "Colaboratory", + "MAINT", "Miniconda", "absl", "asdot", @@ -96,6 +97,7 @@ "pygments", "pyplot", "pytest", + "redeboer", "rtfd", "sharex", "startswith", diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..127d2da --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + assignees: + - redeboer + commit-message: + prefix: MAINT + labels: + - 🔨 Maintenance + schedule: + interval: monthly