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