Skip to content

Commit

Permalink
MAINT - Update dependabot configuration (#988)
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard authored Nov 18, 2024
1 parent a9d8b31 commit 7db0a07
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ updates:
schedule:
interval: "monthly"
labels:
- "area: javascript"
- "area: github actions"
- "area: dependencies 📦"
# ensure we have a nicely formatter commit message
prefix: "MAINT - "
# ensure we have a nicely formatted commit message
commit-message:
prefix: "MAINT - "

- package-ecosystem: "npm"
directory: "/docusaurus-docs"
Expand All @@ -19,8 +20,9 @@ updates:
labels:
- "area: javascript"
- "area: dependencies 📦"
# ensure we have a nicely formatter commit message
prefix: "MAINT - "
# ensure we have a nicely formatted commit message
commit-message:
prefix: "MAINT - "

- package-ecosystem: "docker"
directories:
Expand All @@ -30,5 +32,6 @@ updates:
interval: "monthly"
labels:
- "area: dependencies 📦"
# ensure we have a nicely formatter commit message
prefix: "MAINT - "
# ensure we have a nicely formatted commit message
commit-message:
prefix: "MAINT - "

0 comments on commit 7db0a07

Please sign in to comment.