We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e937f commit e39490fCopy full SHA for e39490f
‎.github/dependabot.yml
@@ -4,21 +4,22 @@ updates:
4
directory: '/'
5
schedule:
6
interval: 'monthly'
7
- target-branch: main
+ ignore:
8
+ - dependency-name: "tailwindcss"
9
+ versions: ['4.*']
10
+ target-branch: dev
11
12
- package-ecosystem: 'composer'
13
14
15
16
ignore:
17
- dependency-name: "ralphjsmit/laravel-glide"
- - dependency-name: '*'
- update-types:
- - 'version-update:semver-major'
18
+ versions: ['*']
19
20
21
- package-ecosystem: 'github-actions'
22
23
24
25
0 commit comments