Skip to content

chore: Configure Renovate - #115

Open
p2p-renovate[bot] wants to merge 2 commits into
mainfrom
renovate/configure
Open

chore: Configure Renovate#115
p2p-renovate[bot] wants to merge 2 commits into
mainfrom
renovate/configure

Conversation

@p2p-renovate

@p2p-renovate p2p-renovate Bot commented Jul 13, 2026

Copy link
Copy Markdown

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.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • .github/workflows/docs.yml (github-actions)
  • .github/workflows/unit-test.yml (github-actions)
  • .github/workflows/upversion.yml (github-actions)
  • Package.swift (swift)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs

What to Expect

With your current configuration, Renovate will create 9 Pull Requests:

chore(deps): pin dependencies
chore(deps): update dependency boilertalk/secp256k1.swift to from: "0.1.7"
  • Schedule: ["at any time"]
  • Branch name: renovate/boilertalk-secp256k1.swift-0.x
  • Merge into: main
  • Upgrade Boilertalk/secp256k1.swift to from: "0.1.7"
chore(deps): update ad-m/github-push-action action to v0.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/ad-m-github-push-action-0.x
  • Merge into: main
  • Upgrade ad-m/github-push-action to d91a481090679876dfc4178fef17f286781251df
chore(deps): update dependency apple/swift-docc-plugin to from: "1.5.0"
  • Schedule: ["at any time"]
  • Branch name: renovate/apple-swift-docc-plugin-1.x
  • Merge into: main
  • Upgrade apple/swift-docc-plugin to from: "1.5.0"
chore(deps): update dependency bitmark-inc/tweetnacl-swiftwrap to from: "1.1.0"
  • Schedule: ["at any time"]
  • Branch name: renovate/bitmark-inc-tweetnacl-swiftwrap-1.x
  • Merge into: main
  • Upgrade bitmark-inc/tweetnacl-swiftwrap to from: "1.1.0"
chore(deps): update actions/checkout action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: main
  • Upgrade actions/checkout to 3d3c42e5aac5ba805825da76410c181273ba90b1
chore(deps): update ad-m/github-push-action action to v1
  • Schedule: ["at any time"]
  • Branch name: renovate/ad-m-github-push-action-1.x
  • Merge into: main
  • Upgrade ad-m/github-push-action to 881a6320fdb16eb5318c5054f31c218aec2b324c
chore(deps): update codecov/codecov-action action to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/codecov-codecov-action-7.x
  • Merge into: main
  • Upgrade codecov/codecov-action to fb8b3582c8e4def4969c97caa2f19720cb33a72f
chore(deps): update dependency macos to v26
  • Schedule: ["at any time"]
  • Branch name: renovate/macos-26.x
  • Merge into: main
  • Upgrade macos to 26

❓ 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 CLI.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.73%. Comparing base (5c3b9b9) to head (3c43306).
⚠️ Report is 15 commits behind head on main.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #115      +/-   ##
==========================================
+ Coverage   59.60%   59.73%   +0.12%     
==========================================
  Files         159      159              
  Lines       11871    11928      +57     
==========================================
+ Hits         7076     7125      +49     
- Misses       4795     4803       +8     
Flag Coverage Δ
unittests 59.73% <ø> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@asoc-p2p

asoc-p2p Bot commented Aug 28, 2026

Copy link
Copy Markdown

github-renovate-creator updated the configuration on this branch.

The configuration this pull request proposed did not pin GitHub Actions to commit SHAs, so merging it would have left the workflows on mutable version tags. The file now carries the settings the rest of the organization runs, including:

{
  "description": "Pin GitHub Actions to full commit SHA",
  "matchDepTypes": [
    "action"
  ],
  "pinDigests": true
}

Nothing else about this pull request changed — review and merge it as usual. Adjust the file on the branch if these settings do not suit the repository, as long as the actions stay pinned.

pinDigests · workflow

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.

1 participant