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 6ad594d commit 7c7f38bCopy full SHA for 7c7f38b
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+version: 2
2
+updates:
3
+- package-ecosystem: composer
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ time: "04:00"
8
+ open-pull-requests-limit: 10
9
+ target-branch: develop
10
+ ignore:
11
+ - dependency-name: phpunit/phpunit
12
+ versions:
13
+ - 9.5.1
14
+ - 9.5.2
15
+ - 9.5.3
16
+ - dependency-name: psr/container
17
18
+ - 2.0.0
19
+ - dependency-name: squizlabs/php_codesniffer
20
21
+ - 3.5.8
0 commit comments