Verified Commit 43cb38c4 authored by Bob Van Landuyt's avatar Bob Van Landuyt 💬 Committed by GitLab
Browse files

Merge branch 'renovate/copier-project-template-update' into 'master'

parents 4bf347fa 71af2482
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# See the project for instructions on how to update the project
#
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: v1.39.0
_commit: v1.41.2
_src_path: https://gitlab.com/gitlab-com/gl-infra/common-template-copier.git
ee_licensed: false
golang: false
@@ -11,6 +11,7 @@ helm: false
initial_codeowners: '@reprazent @andrewn @mkaeppler @ayufan'
jsonnet: false
project_name: labkit-ruby
release_platform: false
ruby: true
rubygem: true
terraform: false
+7 −1
Original line number Diff line number Diff line
{
  "branches": ["master"],
  "branches": [
    {
      "name": "+([0-9])-+([0-9])-stable",
      "range": "${name.replace(/^(\\d+)-(\\d+)-stable$/, '$1.$2.x')}"
    },
    "master"
  ],
  "plugins": [
    [
      "@semantic-release/commit-analyzer",