Skip to content

Commit 2a65287

Browse files
coreosbotdustymabe
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@d59c2ef.
1 parent 39099c8 commit 2a65287

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.github/ISSUE_TEMPLATE/release-checklist.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
---
2-
# Template generated by https://github.com/coreos/repo-templates; do not edit downstream
2+
name: release checklist
3+
about: release checklist template
4+
title: New release for stream-metadata-go
5+
labels: jira,kind/release
6+
warning: |
7+
⚠️ Template generated by https://github.com/coreos/repo-templates; do not edit downstream
38
---
49

510
Release checklist:

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
version: 2
55
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
labels: ["skip-notes"]
11+
open-pull-requests-limit: 3
612
- package-ecosystem: gomod
713
directory: /
814
schedule:

.github/workflows/go.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
runs-on: ${{ matrix.os }}
3131
steps:
3232
- name: Set up Go 1.x
33-
uses: actions/setup-go@v4
33+
uses: actions/setup-go@v5
3434
with:
3535
go-version: ${{ matrix.go-version }}
3636
- name: Check out repository
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
- name: Check modules
3939
run: go mod verify
4040
- name: Build
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
run: make test
4646
- name: Run linter
47-
uses: golangci/golangci-lint-action@v3
47+
uses: golangci/golangci-lint-action@v6
4848
if: runner.os == 'Linux'
4949
with:
5050
version: v1.61.0

0 commit comments

Comments
 (0)