Skip to content

Commit 0532bbc

Browse files
committed
dependabot config
1 parent 18e26ff commit 0532bbc

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.github/dependabot.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: '/'
13+
versioning-strategy: widen
14+
allow:
15+
- dependency-type: all
16+
schedule:
17+
interval: weekly
18+
pull-request-branch-name:
19+
separator: '-'

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/composer.lock
33
/build
44
/var
5-
/cache
5+
/cache
6+
.phpunit.result.cache

0 commit comments

Comments
 (0)