We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded615f commit 64e4b55Copy full SHA for 64e4b55
.github/dependabot.yml
@@ -0,0 +1,29 @@
1
+# See the documentation for all configuration options:
2
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3
+
4
+version: 2
5
+updates:
6
+ - package-ecosystem: "npm"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ ignore:
11
+ # ignore automatic major updates for all dependencies
12
+ - dependency-name: "*"
13
+ update-types: [ "version-update:semver-major" ]
14
+ groups:
15
+ eslint:
16
+ patterns:
17
+ - "eslint*"
18
+ - "@typescript-eslint/*"
19
+ jest:
20
21
+ - "jest*"
22
+ - ts-jest
23
+ - "@types/jest"
24
+ webpack:
25
26
+ - "webpack*"
27
+ commitlint:
28
29
+ - "@commitlint/*"
0 commit comments