Skip to content

Commit 77f5ed2

Browse files
author
Stephan Wentz
committed
chore: Switch from master to main, add dependabot
1 parent 144d282 commit 77f5ed2

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- commit-message:
4+
include: "scope"
5+
prefix: "ci"
6+
directory: "/"
7+
labels:
8+
- "dependencies"
9+
open-pull-requests-limit: 10
10+
package-ecosystem: "github-actions"
11+
schedule:
12+
interval: "weekly"

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "master"
9+
- "main"
1010

1111
jobs:
1212
tests:

composer.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
"vendor/bin/phpcs --basepath=. --report=summary --report-file=phpcs.log --standard=BrainbitsCodingStandardTest `find tests/BrainbitsCodingStandardTest/input/* | sort`; diff -u tests/BrainbitsCodingStandardTest/expected_report.txt phpcs.log"
3535
]
3636
},
37-
"extra": {
38-
"branch-alias": {
39-
"dev-master": "8.0-dev"
40-
}
41-
},
4237
"config": {
4338
"allow-plugins": {
4439
"dealerdirect/phpcodesniffer-composer-installer": true

0 commit comments

Comments
 (0)