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

CI: enable Renovate bot for automated GHA configuration updates #2772

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

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

  • Dockerfile (dockerfile)
  • docker/alpine/Dockerfile (dockerfile)
  • docker/alpine/Dockerfile_alpine_latest (dockerfile)
  • docker/debian/Dockerfile (dockerfile)
  • docker/ubuntu/Dockerfile (dockerfile)
  • docker/ubuntu_wxgui/Dockerfile (dockerfile)
  • .github/workflows/additional_checks.yml (github-actions)
  • .github/workflows/black.yml (github-actions)
  • .github/workflows/centos.yml (github-actions)
  • .github/workflows/clang-format-check.yml (github-actions)
  • .github/workflows/codeql-analysis.yml (github-actions)
  • .github/workflows/create_release_draft.yml (github-actions)
  • .github/workflows/docker.yml (github-actions)
  • .github/workflows/flake8.yml (github-actions)
  • .github/workflows/gcc.yml (github-actions)
  • .github/workflows/macos.yml (github-actions)
  • .github/workflows/osgeo4w.yml (github-actions)
  • .github/workflows/pylint.yml (github-actions)
  • .github/workflows/pytest.yml (github-actions)
  • .github/workflows/super-linter.yml (github-actions)
  • .github/workflows/ubuntu.yml (github-actions)
  • .github/workflows/optional_requirements.txt (pip_requirements)
  • .github/workflows/python_requirements.txt (pip_requirements)
  • binder/requirements.txt (pip_requirements)

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.
  • Automatically detect the best rangeStrategy to use.
  • 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.

🔡 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 8 Pull Requests:

chore(deps): update alpine docker tag to v3.17
  • Schedule: ["at any time"]
  • Branch name: renovate/alpine-3.x
  • Merge into: main
  • Upgrade alpine to 3.17
chore(deps): update jidicula/clang-format-action action to v4.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/jidicula-clang-format-action-4.x
  • Merge into: main
  • Upgrade jidicula/clang-format-action to v4.10.1
chore(deps): update docker/build-push-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-3.x
  • Merge into: main
  • Upgrade docker/build-push-action to v3
chore(deps): update docker/login-action action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-2.x
  • Merge into: main
  • Upgrade docker/login-action to v2
chore(deps): update docker/metadata-action action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-metadata-action-4.x
  • Merge into: main
  • Upgrade docker/metadata-action to v4
chore(deps): update docker/setup-buildx-action action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-2.x
  • Merge into: main
  • Upgrade docker/setup-buildx-action to v2
chore(deps): update docker/setup-qemu-action action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-qemu-action-2.x
  • Merge into: main
  • Upgrade docker/setup-qemu-action to v2
chore(deps): update github/super-linter docker tag to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/github-super-linter-4.x
  • Merge into: main
  • Upgrade github/super-linter to v4.10.1

🚸 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.

@neteler neteler self-assigned this Jan 23, 2023
@neteler neteler added the CI Continuous integration label Jan 23, 2023
@neteler
Copy link
Member

neteler commented Jan 23, 2023

I took the liberty to activate this bot for an easier updating of all CI workflows.

@neteler neteler merged commit 117d0de into main Jan 23, 2023
@neteler neteler deleted the renovate/configure branch January 23, 2023 09:49
@neteler neteler added this to the 8.3.0 milestone Jan 23, 2023
@neteler neteler changed the title Configure Renovate CI: enable Renovate bot for automated GHA configuration updates Jan 26, 2023
neteler added a commit that referenced this pull request Jan 26, 2023
Use `CI: ` prefix for pull request titles in order to facilitate the automated creation of release notes.
This is a followup PR to #2772.

Related docs: https://github.com/renovatebot/renovate/blob/main/docs/usage/semantic-commits.md
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

See also: https://github.com/apps/renovate
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
Use `CI: ` prefix for pull request titles in order to facilitate the automated creation of release notes.
This is a followup PR to OSGeo#2772.

Related docs: https://github.com/renovatebot/renovate/blob/main/docs/usage/semantic-commits.md
neteler pushed a commit to nilason/grass that referenced this pull request Nov 7, 2023
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

See also: https://github.com/apps/renovate
neteler added a commit to nilason/grass that referenced this pull request Nov 7, 2023
Use `CI: ` prefix for pull request titles in order to facilitate the automated creation of release notes.
This is a followup PR to OSGeo#2772.

Related docs: https://github.com/renovatebot/renovate/blob/main/docs/usage/semantic-commits.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant