Skip to content

Commit

Permalink
Remove myself from Renovate assignees (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
talal authored Nov 8, 2024
1 parent a87134a commit 55755dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"docker:disable"
],
"assignees": [
"talal",
"SuperSandro2000"
],
"commitMessageAction": "Renovate: Update",
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
version: latest
- name: Dependency Licenses Review
run: make check-dependency-licenses
- name: Install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: Run govulncheck
uses: golang/govulncheck-action@v1
run: govulncheck -format text ./...
- name: Check for spelling errors
uses: reviewdog/action-misspell@v1
with:
Expand Down
1 change: 0 additions & 1 deletion Makefile.maker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ githubWorkflow:
renovate:
enabled: true
assignees:
- talal
- SuperSandro2000

0 comments on commit 55755dd

Please sign in to comment.