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

feat(renovate): add uptest, up and golangcilint for renovate pr #1064

Merged

Conversation

haarchri
Copy link
Member

@haarchri haarchri commented Jan 4, 2024

Description of your changes

  • automatic PRs for up version upgrades
  • automatic PRs for kind version upgrades
  • automatic PRs for uptest version upgrades
  • automatic PRs for golangcilint version upgrades

Fixes #

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

local dry-run

RENOVATE_CONFIG_FILE=.github/renovate.json5 \
    npx renovate \
      --token=$GITHUB_TOKEN \
      --schedule="" \
      --dry-run=full \
      upbound/provider-aws
[...]
 INFO: Dependency extraction complete (repository=upbound/provider-aws, baseBranch=main)
       "stats": {
         "managers": {
           "dockerfile": {"fileCount": 1, "depCount": 2},
           "github-actions": {"fileCount": 11, "depCount": 23},
           "gomod": {"fileCount": 1, "depCount": 205},
           "regex": {"fileCount": 3, "depCount": 3}
         },
         "total": {"fileCount": 16, "depCount": 233}
       }
[...]
 INFO: DRY-RUN: Would commit files to branch renovate/kubernetes-sigs-kind-0.x (repository=upbound/provider-aws, baseBranch=main, branch=renovate/kubernetes-sigs-kind-0.x)
 INFO: DRY-RUN: Would commit files to branch renovate/upbound-up-0.x (repository=upbound/provider-aws, baseBranch=main, branch=renovate/upbound-up-0.x)
 INFO: DRY-RUN: Would commit files to branch renovate/upbound-uptest-0.x (repository=upbound/provider-aws, baseBranch=main, branch=renovate/upbound-uptest-0.x)
[...]

… prs

Signed-off-by: Christopher Haar <christopher.haar@upbound.io>
Copy link
Collaborator

@turkenf turkenf left a comment

Choose a reason for hiding this comment

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

Thank you @haarchri, LGTM.

@turkenf turkenf merged commit 09d5276 into crossplane-contrib:main Jan 5, 2024
9 checks passed
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.

None yet

2 participants