Skip to content

Commit

Permalink
DX: add dependabot.yml config (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Feb 2, 2024
1 parent 5290157 commit 0841221
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"COMAP",
"Colab",
"Colaboratory",
"MAINT",
"Miniconda",
"absl",
"asdot",
Expand Down Expand Up @@ -96,6 +97,7 @@
"pygments",
"pyplot",
"pytest",
"redeboer",
"rtfd",
"sharex",
"startswith",
Expand Down
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
assignees:
- redeboer
commit-message:
prefix: MAINT
labels:
- 🔨 Maintenance
schedule:
interval: monthly

0 comments on commit 0841221

Please sign in to comment.