File tree 3 files changed +10
-18
lines changed
3 files changed +10
-18
lines changed Original file line number Diff line number Diff line change 1
- /.github export-ignore
2
- /.gitignore export-ignore
3
- /.gitattributes export-ignore
4
- /.php-cs-fixer.dist.php export-ignore
1
+ /.github export-ignore
2
+ /.gitignore export-ignore
3
+ /.gitattributes export-ignore
4
+ /.php-cs-fixer.dist.php export-ignore
Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " monthly"
Original file line number Diff line number Diff line change 1
- # Ignore Eclipse/Zend Studio project files
2
- /.buildpath
3
- /.project
4
- /.settings
5
-
6
- # Ignore PhpStorm files
7
- /.idea /
8
-
9
- # Ignore NetBeans files
10
- /nbproject /
11
-
12
- # Ignore files under Mac
13
- .DS_Store
14
-
15
1
# Ignore files created by GitLab Actions
16
2
/.phplint.cache
17
3
/.phplint-cache
You can’t perform that action at this time.
0 commit comments