Skip to content

Commit

Permalink
Renovate config (#5)
Browse files Browse the repository at this point in the history
* Add renovate config

* github: update CI config, PR, issue templates
  • Loading branch information
joelrebel authored May 3, 2022
1 parent dea6106 commit 2b2a0af
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Please don't forget to include the following information in your issue:

- What version of ironlib exhibits this behavior (if applicable)

- Detailed steps to verify it
- Detailed steps to verify the issue(s)
14 changes: 7 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- What does this PR do
# What does this PR do

- The HW vendor this change applies to (if applicable)
# The HW vendor this change applies to (if applicable)

- The HW model number, product name this change applies to (if applicable)
# The HW model number, product name this change applies to (if applicable)

- The BMC firmware and/or BIOS versions that this change applies to (if applicable)
# The BMC firmware and/or BIOS versions that this change applies to (if applicable)

- What version of tooling - vendor specific or opensource does this change depend on (if applicable)
# What version of tooling - vendor specific or opensource does this change depend on (if applicable)

- How to verify it
# How can this change be tested by a PR reviewer?

- Description for changelog/release notes
# Description for changelog/release notes
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
args: --config .golangci.yml
version: v1.41.0
version: v1.45.2
- name: Test
run: go test ./...
build:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tag-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
args: --config .golangci.yml
version: v1.41.0
version: v1.45.2
- name: Test
run: go test ./...
build:
runs-on: ubuntu-latest
needs: [lint-test]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"config:base"
]
}

0 comments on commit 2b2a0af

Please sign in to comment.