Skip to content

Commit

Permalink
chore: configure renovate (#41)
Browse files Browse the repository at this point in the history
[![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

 * `.github/workflows/pr-checks.yml` (github-actions)
 * `.github/workflows/pr-lint.yml` (github-actions)
 * `.github/workflows/release-please.yaml` (github-actions)
 * `go.mod` (gomod)
 * `package.json` (npm)
### 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 3 Pull Requests:

<details>
<summary>chore(deps): update dependency fast-json-patch to 3.1.1
[security]</summary>

  - Branch name: `renovate/npm-fast-json-patch-vulnerability`
  - Merge into: `main`
  - Upgrade fast-json-patch to `3.1.1`


</details>

<details>
<summary>chore(deps): update actions/setup-node action to
v3.6.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-setup-node-3.x`
  - Merge into: `main`
- Upgrade [actions/setup-node](https://togithub.com/actions/setup-node)
to `v3.6.0`


</details>

<details>
<summary>chore(deps): update actions/setup-go action to v4</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/actions-setup-go-4.x`
  - Merge into: `main`
- Upgrade [actions/setup-go](https://togithub.com/actions/setup-go) to
`v4`


</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/schemas).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 17, 2023
1 parent bd9e44f commit f9ff022
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit f9ff022

Please sign in to comment.