Skip to content

Commit 29b07eb

Browse files
renovate[bot]beeme1mrtoddbaert
authored
chore: Configure Renovate, remove dependabot, update kodiak (#294)
[![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/coverage.yml` (github-actions) * `.github/workflows/lint-pr.yml` (github-actions) * `.github/workflows/pr-checks.yaml` (github-actions) * `.github/workflows/publish-experimental.yml` (github-actions) * `.github/workflows/release-please.yml` (github-actions) * `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 2 Pull Requests: <details> <summary>chore(deps): update dependency decode-uri-component to 0.2.1 [security]</summary> - Branch name: `renovate/npm-decode-uri-component-vulnerability` - Merge into: `main` - Upgrade decode-uri-component to `0.2.1` </details> <details> <summary>chore(deps): update jest monorepo to v29 (major)</summary> - Schedule: ["at any time"] - Branch name: `renovate/major-jest-monorepo` - Merge into: `main` - Upgrade [@types/jest](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `^29.0.0` - Upgrade [jest](https://togithub.com/facebook/jest) to `^29.0.0` - Upgrade [ts-jest](https://togithub.com/kulshekhar/ts-jest) to `^29.0.0` </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/js-sdk). Signed-off-by: Michael Beemer <[email protected]> Signed-off-by: Todd Baert <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Beemer <[email protected]> Co-authored-by: Todd Baert <[email protected]>
1 parent 541d50a commit 29b07eb

File tree

3 files changed

+10
-21
lines changed

3 files changed

+10
-21
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.kodiak.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ version = 1
44
automerge_label = "automerge"
55

66
[merge.automerge_dependencies]
7-
# auto merge all PRs opened by "dependabot" that are "minor" or "patch" version upgrades. "major" version upgrades will be ignored.
7+
# auto merge all PRs opened by "renovate" that are "minor" or "patch" version upgrades. "major" version upgrades will be ignored.
88
versions = ["minor", "patch"]
9-
usernames = ["dependabot"]
9+
usernames = ["renovate"]
1010

1111
[approve]
12-
auto_approve_usernames = ["dependabot"]
12+
auto_approve_usernames = ["renovate"]

renovate.json

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

0 commit comments

Comments
 (0)