Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Configure Renovate #12

Merged
merged 1 commit into from
Dec 19, 2022
Merged

chore: Configure Renovate #12

merged 1 commit into from
Dec 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2022

Mend Renovate

Welcome to 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 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:

chore(deps): update dependency php to v8.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/php-8.x
  • Merge into: main
  • Upgrade php to 8.2.0
chore(deps): update dependency phpstan/phpstan to ~1.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/phpstan-packages
  • Merge into: main
  • Upgrade phpstan/phpstan to ~1.9.0
chore(deps): update dependency psalm/plugin-mockery to ^0.11.0
  • Schedule: ["at any time"]
  • Branch name: renovate/psalm-plugin-mockery-0.x
  • Merge into: main
  • Upgrade psalm/plugin-mockery to ^0.11.0
chore(deps): update dependency psalm/plugin-phpunit to ^0.18.0
  • Schedule: ["at any time"]
  • Branch name: renovate/psalm-plugin-phpunit-0.x
  • Merge into: main
  • Upgrade psalm/plugin-phpunit to ^0.18.0
chore(deps): update dependency vimeo/psalm to ~4.30.0
  • Schedule: ["at any time"]
  • Branch name: renovate/vimeo-psalm-4.x
  • Merge into: main
  • Upgrade vimeo/psalm to ~4.30.0
fix(deps): update dependency open-feature/flagd-provider to ^0.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/open-feature-flagd-provider-0.x
  • Merge into: main
  • Upgrade open-feature/flagd-provider to ^0.1.0
fix(deps): update dependency open-feature/sdk to ^0.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/open-feature-sdk-0.x
  • Merge into: main
  • Upgrade open-feature/sdk to ^0.1.0
chore(deps): update amannn/action-semantic-pull-request action to v5
chore(deps): update dependency psalm/plugin-mockery to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/psalm-plugin-mockery-1.x
  • Merge into: main
  • Upgrade psalm/plugin-mockery to ^1.0.0
chore(deps): update dependency vimeo/psalm to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/vimeo-psalm-5.x
  • Merge into: main
  • Upgrade vimeo/psalm to ~5.3.0
fix(deps): update dependency open-feature/sdk to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/open-feature-sdk-1.x
  • Merge into: main
  • Upgrade open-feature/sdk to ^1.0.0
fix(deps): update dependency psr/log to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/psr-log-3.x
  • Merge into: main
  • Upgrade psr/log to ^3.0

🚸 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, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from tcarrio as a code owner October 24, 2022 02:48
@beeme1mr beeme1mr changed the title Configure Renovate chore: Configure Renovate Nov 1, 2022
@beeme1mr
Copy link
Member

Any concerns about merging this @tcarrio?

@tcarrio
Copy link
Member

tcarrio commented Dec 19, 2022

@beeme1mr Let's bring it in, I'll handle the PRs and we'll iterate as needed 👍

@tcarrio tcarrio merged commit e2d2603 into main Dec 19, 2022
@renovate renovate bot deleted the renovate/configure branch December 19, 2022 19:32
tcarrio pushed a commit that referenced this pull request Dec 19, 2022
🤖 I have created a release *beep* *boop*
---


##
[0.0.10](0.0.9...0.0.10)
(2022-12-19)


### Miscellaneous Chores

* Configure Renovate
([#12](#12))
([e2d2603](e2d2603))
* **deps:** update dependency php to v8.2.0
([#24](#24))
([b9e0985](b9e0985))
* **deps:** update dependency phpstan/phpstan to ~1.9.0
([#25](#25))
([2656740](2656740))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tcarrio pushed a commit that referenced this pull request Dec 19, 2022
🤖 I have created a release *beep* *boop*
---


##
[1.1.0](v1.0.1...1.1.0)
(2022-12-19)


### Features

* provide a base AbstractProvider for provider implementations to use
([6ffffe9](6ffffe9))
* support for ErrorCode enum, Reason strings with pre-existing consts,
v0.5 spec
([37f13e1](37f13e1))
* support ResolutionError, init test-harness
([784d706](784d706))


### Bug Fixes

* exclude v in tag
([#8](#8))
([1ecabdb](1ecabdb))
* excludes v from tag version
([#6](#6))
([82f587d](82f587d))
* extend Exception for ResolutionError and provide non-overlapping
methods
([ee75354](ee75354))


### Miscellaneous Chores

* bump release config to latest semver
([644a9f8](644a9f8))
* Configure Renovate
([#12](#12))
([e2d2603](e2d2603))
* **deps:** update dependency php to v8.2.0
([#24](#24))
([b9e0985](b9e0985))
* **deps:** update dependency phpstan/phpstan to ~1.9.0
([#25](#25))
([2656740](2656740))
* **main:** release 0.0.10
([#23](#23))
([470aa01](470aa01))
* **main:** release 0.0.2
([#3](#3))
([01b6a23](01b6a23))
* **main:** release 0.0.3
([#7](#7))
([6fb4118](6fb4118))
* **main:** release 0.0.4
([#9](#9))
([65c92d9](65c92d9))
* **main:** release 0.0.5
([#11](#11))
([2344c4a](2344c4a))
* **main:** release 0.0.6
([#13](#13))
([5afadc7](5afadc7))
* **main:** release 0.0.7
([#14](#14))
([6ecd918](6ecd918))
* **main:** release 0.0.8
([#15](#15))
([7d7f1d2](7d7f1d2))
* **main:** release 0.0.9
([#22](#22))
([c1b0675](c1b0675))
* remove redundant exclusion
([#10](#10))
([ba4b5f1](ba4b5f1))
* Update README.md
([#21](#21))
([702df0c](702df0c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants