Skip to content

Commit

Permalink
chore: Add dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fguitton committed May 14, 2024
1 parent 11bbf9c commit 29f887a
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
labels:
- "dependencies"
groups:
nx:
patterns:
- "nx"
- "@nx/*"
- "@jscutlery/semver"
lint:
patterns:
- "eslint*"
- "@typescript-eslint/*"
dev:
patterns:
- "commitlint"
- "@commitlint/*"
- "@swc/*"
- "@svgr/webpack"
- "esbuild*"
- "postcss"
- "prettier"
- "webpack"
- "verdaccio"
- "typscript"
test:
patterns:
- "jsdom"
- "sinon-chrome"
- "jest*"
- "babel-jest"
babel:
patterns:
- "babel*"
- "@babel/*"
types:
patterns:
- "@types/*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
labels:
- "actions"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
labels:
- "docker"

0 comments on commit 29f887a

Please sign in to comment.