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 63ec67f commit 6531e96Copy full SHA for 6531e96
.github/dependabot.yml
@@ -5,7 +5,11 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "npm"
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: 'npm'
+ directory: '/' # Location of package manifests
10
schedule:
11
- interval: "weekly"
+ interval: 'monthly'
12
+ ignore:
13
+ - dependency-name: 'tailwindcss'
14
+ update-types: ['version-update:semver-major']
15
+ versions: ['4.x']
0 commit comments