Skip to content

Commit

Permalink
Configure Renovate (#6)
Browse files Browse the repository at this point in the history
* Create reusable PHPStan workflow

* Bump actions/checkout from 3 to 4 (#4)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Delete php-build.yml

Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add renovate.json

---------

Co-authored-by: Adam Daley <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 4, 2023
1 parent 7d85ee4 commit bc27074
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:weekly",
":automergeDigest",
":automergeMinor",
":automergeRequireAllStatusChecks",
":combinePatchMinorReleases",
":prHourlyLimit2",
":rebaseStalePrs"
],
"automergeSchedule": ["at any time"],
"automergeStrategy": "squash",
"automergeType": "branch"
}

0 comments on commit bc27074

Please sign in to comment.