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 18e26ff commit 0532bbcCopy full SHA for 0532bbc
.github/dependabot.yaml
@@ -0,0 +1,19 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: '/'
5
+ allow:
6
+ - dependency-type: all
7
+ schedule:
8
+ interval: weekly
9
+ pull-request-branch-name:
10
+ separator: '-'
11
+ - package-ecosystem: composer
12
13
+ versioning-strategy: widen
14
15
16
17
18
19
.gitignore
@@ -2,4 +2,5 @@
/composer.lock
/build
/var
-/cache
+/cache
+.phpunit.result.cache
0 commit comments