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 edaaaa1 commit 6a3ca16Copy full SHA for 6a3ca16
.github/dependabot.yml
.github/workflows/ci.yaml renamed to .github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- "master"
8
+ - "renovate/*"
9
10
env:
11
INI_VALUES: zend.assertions=1,error_reporting=-1
renovate.json
@@ -0,0 +1,6 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "local>Slamdunk/.github:renovate-config"
+ ]
+}
0 commit comments