Skip to content

Commit

Permalink
Merge pull request #6 from benjaminmal/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
benjaminmal authored Nov 19, 2021
2 parents 08e71e6 + 8c0637e commit cb98062
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitattributes.disable
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/phpstan.neon export-ignore
/phpstan*.neon export-ignore
/phpunit.xml.dist export-ignore
/renovate.json export-ignore
21 changes: 0 additions & 21 deletions .github/dependabot.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:

# --- 🛠 Test 🛠 ----------

- name: Validate renovate
uses: rinchsan/renovate-config-validator@v0.0.8
with:
pattern: 'renovate.json'

- name: 'Validate composer.json and composer.lock'
run: 'composer validate --strict --no-interaction --ansi --verbose'

Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"github>benjaminmal/renovate-config:library"
]
}

0 comments on commit cb98062

Please sign in to comment.