We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1b2a2 commit 863d96aCopy full SHA for 863d96a
.github/dependabot.yml
@@ -18,6 +18,11 @@ updates:
18
directory: '/'
19
schedule:
20
interval: 'weekly'
21
+ ignore:
22
+ -depedency-name: 'next'
23
+ -dependency-name: 'react'
24
+ -dependency-name: 'react-dom'
25
+ -dependency-name: 'tailwindcss'
26
target-branch: 'staging'
27
commit-message:
28
prefix: 'deps'
eslint.config.js renamed to eslint.config.mjs
tsconfig.json
@@ -28,7 +28,7 @@
"**/*.tsx",
29
".next/types/**/*.ts",
30
"eslint-plugin-custom-rules/**/*.js",
31
- "eslint.config.js"
+ "eslint.config.mjs"
32
],
33
"exclude": ["node_modules"]
34
}
0 commit comments