Skip to content

Commit e2d2603

Browse files
chore: Configure Renovate (#12)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. --- ### Detected Package Files * `.tool-versions` (asdf) * `composer.json` (composer) * `integration/composer.json` (composer) * `.github/workflows/lint-pr.yml` (github-actions) * `.github/workflows/pullrequest.yml` (github-actions) * `.github/workflows/release-please.yml` (github-actions) ### Configuration 🔡 Renovate has detected a custom config for this PR. Feel free to ask for [help](https://togithub.com/renovatebot/renovate/discussions) if you have any doubts and would like it reviewed. Important: Now that this branch is edited, Renovate can't rebase it from the base branch any more. If you make changes to the base branch that could impact this onboarding PR, please merge them manually. ### What to Expect With your current configuration, Renovate will create 12 Pull Requests: <details> <summary>chore(deps): update dependency php to v8.2.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/php-8.x` - Merge into: `main` - Upgrade [php](https://togithub.com/php/php-src) to `8.2.0` </details> <details> <summary>chore(deps): update dependency phpstan/phpstan to ~1.9.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/phpstan-packages` - Merge into: `main` - Upgrade [phpstan/phpstan](https://togithub.com/phpstan/phpstan) to `~1.9.0` </details> <details> <summary>chore(deps): update dependency psalm/plugin-mockery to ^0.11.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/psalm-plugin-mockery-0.x` - Merge into: `main` - Upgrade [psalm/plugin-mockery](https://togithub.com/psalm/psalm-plugin-mockery) to `^0.11.0` </details> <details> <summary>chore(deps): update dependency psalm/plugin-phpunit to ^0.18.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/psalm-plugin-phpunit-0.x` - Merge into: `main` - Upgrade [psalm/plugin-phpunit](https://togithub.com/psalm/psalm-plugin-phpunit) to `^0.18.0` </details> <details> <summary>chore(deps): update dependency vimeo/psalm to ~4.30.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/vimeo-psalm-4.x` - Merge into: `main` - Upgrade [vimeo/psalm](https://togithub.com/vimeo/psalm) to `~4.30.0` </details> <details> <summary>fix(deps): update dependency open-feature/flagd-provider to ^0.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/open-feature-flagd-provider-0.x` - Merge into: `main` - Upgrade [open-feature/flagd-provider](https://togithub.com/open-feature-php/flagd-provider) to `^0.1.0` </details> <details> <summary>fix(deps): update dependency open-feature/sdk to ^0.1.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/open-feature-sdk-0.x` - Merge into: `main` - Upgrade [open-feature/sdk](https://togithub.com/open-feature/php-sdk) to `^0.1.0` </details> <details> <summary>chore(deps): update amannn/action-semantic-pull-request action to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/amannn-action-semantic-pull-request-5.x` - Merge into: `main` - Upgrade [amannn/action-semantic-pull-request](https://togithub.com/amannn/action-semantic-pull-request) to `v5` </details> <details> <summary>chore(deps): update dependency psalm/plugin-mockery to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/psalm-plugin-mockery-1.x` - Merge into: `main` - Upgrade [psalm/plugin-mockery](https://togithub.com/psalm/psalm-plugin-mockery) to `^1.0.0` </details> <details> <summary>chore(deps): update dependency vimeo/psalm to v5</summary> - Schedule: ["at any time"] - Branch name: `renovate/vimeo-psalm-5.x` - Merge into: `main` - Upgrade [vimeo/psalm](https://togithub.com/vimeo/psalm) to `~5.3.0` </details> <details> <summary>fix(deps): update dependency open-feature/sdk to v1</summary> - Schedule: ["at any time"] - Branch name: `renovate/open-feature-sdk-1.x` - Merge into: `main` - Upgrade [open-feature/sdk](https://togithub.com/open-feature/php-sdk) to `^1.0.0` </details> <details> <summary>fix(deps): update dependency psr/log to v3</summary> - Schedule: ["at any time"] - Branch name: `renovate/psr-log-3.x` - Merge into: `main` - Upgrade [psr/log](https://togithub.com/php-fig/log) to `^3.0` </details> <br /> 🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for `prhourlylimit` for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://togithub.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/open-feature/php-sdk). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c1b0675 commit e2d2603

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: renovate.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
]
6+
}

0 commit comments

Comments
 (0)