bump cr to 1.6.1 and add dependabot config (#173)

Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
Carlos Tadeu Panato Junior
2023-11-02 17:45:56 +01:00
committed by GitHub
parent d17b190701
commit 0c13a653b8
5 changed files with 49 additions and 8 deletions
+26
View File
@@ -0,0 +1,26 @@
# Copyright The Helm Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 10
groups:
actions:
update-types:
- "minor"
- "patch"
+4 -3
View File
@@ -1,6 +1,7 @@
name: test-chart-releaser
on: [pull_request]
on:
pull_request:
jobs:
test_chart_releaser_install_action:
@@ -18,7 +19,7 @@ jobs:
statuses: none
name: Install chart-releaser and test presence in path
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Install chart-releaser
uses: ./
with:
@@ -49,7 +50,7 @@ jobs:
statuses: none
name: Install chart-releaser and run it
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Install chart-releaser
uses: ./
env: