Skip to content

v0.2.1

Latest

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 20 Mar 23:19
· 7 commits to refs/heads/main since this release
3b45ca0
Auto release fix Igor Rodionov (@goruha) (#14)

What

  • Use auto relesase shared workflow

Why

Update actions/checkout action to v4 renovate (#13)

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v2 -> v4

Release Notes

actions/checkout (actions/checkout)

v4

Compare Source

v3

Compare Source


Update cloudposse/github-action-validate-codeowners action to v0.2.0 renovate (#11)

This PR contains the following updates:

Package Type Update Change
cloudposse/github-action-validate-codeowners action minor 0.1.0 -> 0.2.0

Release Notes

cloudposse/github-action-validate-codeowners (cloudposse/github-action-validate-codeowners)

v0.2.0

Compare Source

adding workflow_dispatch trigger for validate-codeowners.yml @​dylanbannon (#​9)

what

  • Adding workflow_dispatch trigger to .github/workflows/validate-codeowners.yml

why

  • This will make it easier to debug the workflow.

v0.1.1

Compare Source

🚀 Enhancements

enabling version pinning @​dylanbannon (#​8)

what

  • Pinning validate-codeowners-reusable.yml to version 0.1.0

why

  • This allows users to pin to action version 0.1.0 by editing their repos' copies of validate-codeowners.yml (not validate-codeowners-reusable.yml) to pin to 0.1.1 (not 0.1.0), this current release.

Configure Renovate renovate (#1)

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

  • .github/workflows/auto-release.yml (github-actions)
  • .github/workflows/validate-codeowners-reusable.yml (github-actions)
  • .github/workflows/validate-codeowners.yml (github-actions)
  • action.yml (github-actions)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Show all Merge Confidence badges for pull requests.
  • 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 directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

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


What to Expect

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

Update mszostok/codeowners-validator action to v0.7.4
  • Schedule: ["at any time"]
  • Branch name: renovate/mszostok-codeowners-validator-0.x
  • Merge into: main
  • Upgrade mszostok/codeowners-validator to v0.7.4
Update cloudposse/github-action-validate-codeowners action to v0.2.0
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4

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