Skip to content

Commit

Permalink
Merge branch 'dev' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
h3mmy committed Mar 14, 2024
2 parents 938315e + c5c74a3 commit 2572ca2
Show file tree
Hide file tree
Showing 17 changed files with 110 additions and 379 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.go eol=lf
4 changes: 2 additions & 2 deletions .github/actions/lint/action.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Tests
description: Runs Go tests
name: Lint
description: Runs golangci-lint on the project

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/tests/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
with:
go-version: ">=1.21"

- name: Tidy
- name: Verify Tidiness
shell: bash
run: |
go version
Expand Down
11 changes: 4 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":dependencyDashboard",
":disableRateLimiting",
"docker:enableMajor",
"docker:pinDigests",
":automergeDigest",
":enablePreCommit",
":gomod",
//"github>h3mmy/renovate-config:commit-message",
"github>h3mmy/renovate-config:pr-labels",
"github>h3mmy/renovate-config:semantic-commits",
"github>h3mmy/renovate-config:generic-regex-manager",
"github>h3mmy/renovate-config:automerge-github-actions"
"github>h3mmy/renovate-config:automerge-github-actions",
],
"onboarding": false,
"requireConfig": "optional",
Expand All @@ -22,7 +21,5 @@
"suppressNotifications": ["prIgnoreNotification"],
"commitBodyTable": true,
"rebaseWhen": "conflicted",
"postUpdateOptions": [
"goModTidy", "gomodNoMassage"
]
"postUpdateOptions": ["gomodTidy"]
}
88 changes: 0 additions & 88 deletions .github/workflows/charts-lint.yaml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/charts-release-oci.yaml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/charts-release.yaml

This file was deleted.

Loading

0 comments on commit 2572ca2

Please sign in to comment.