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

Configure Renovate #59

Merged
merged 4 commits into from
Apr 4, 2023
Merged

Configure Renovate #59

merged 4 commits into from
Apr 4, 2023

Conversation

lunar-renovate
Copy link
Contributor

@lunar-renovate lunar-renovate commented Dec 19, 2022

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

  • docker-compose.yaml (docker-compose)
  • strongswan/Dockerfile (dockerfile)
  • .github/workflows/build.yml (github-actions)
  • .github/workflows/release-drafter.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • go.mod (gomod)

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.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Autodetect whether to pin dependencies or maintain ranges.
  • Rate limit PR creation to a maximum of two per hour.
  • Limit to maximum 10 open PRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of workarounds for known problems with packages.
  • The lunar base preset

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

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

Update actions/cache action to v3.3.1
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-3.x
  • Merge into: master
  • Upgrade actions/cache to v3.3.1
Update docker.io/library/ubuntu Docker tag to v16.10
  • Schedule: ["before 3am on Monday"]
  • Branch name: renovate/docker.io-library-ubuntu-16.x
  • Merge into: master
  • Upgrade docker.io/library/ubuntu to 16.10
Update external go packages
Update prom/prometheus Docker tag to v2.43.0
  • Schedule: ["before 3am on Monday"]
  • Branch name: renovate/prom-prometheus-2.x
  • Merge into: master
  • Upgrade prom/prometheus to v2.43.0
Update actions/setup-go action to v4
  • Schedule: ["before 3am on Monday"]
  • Branch name: renovate/actions-setup-go-4.x
  • Merge into: master
  • Upgrade actions/setup-go to v4
Update docker.io/library/ubuntu Docker tag to v23
  • Schedule: ["before 3am on Monday"]
  • Branch name: renovate/docker.io-library-ubuntu-23.x
  • Merge into: master
  • Upgrade docker.io/library/ubuntu to 23.04

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or spam 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 Renovate Bot.

@lunar-renovate lunar-renovate requested a review from a team as a code owner December 19, 2022 15:34
@lunar-renovate lunar-renovate added the dependencies Pull requests that update a dependency file label Dec 19, 2022
Copy link
Contributor

@EhsanLunar EhsanLunar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we want it to look for updates in the strongswan/Dockerfile as it's running ubuntu 16:04 and will probably immidietly suggest an update to it but I don't think that's feasable... What do you think @Crevil

@Crevil
Copy link
Contributor

Crevil commented Dec 20, 2022

Might be. I think it uses some os level modules so some testing would be needed if you go that way. 👍

@lunar-renovate lunar-renovate force-pushed the renovate/configure branch 2 times, most recently from fdc77fe to 73911ad Compare December 23, 2022 12:18
@EhsanLunar EhsanLunar merged commit aa0975e into master Apr 4, 2023
@EhsanLunar EhsanLunar deleted the renovate/configure branch April 4, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants