Skip to content

Commit

Permalink
update lint template and renovate exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Sep 11, 2023
1 parent c72544f commit 1a4f58a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infra/terraform/modules/workflow_files/lint.yaml.tftpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: 'lint'
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- id: variables
run: |
MAKEFILE=$(find . -name Makefile -print -quit)
Expand Down
2 changes: 1 addition & 1 deletion infra/terraform/test-org/github/resources/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
":rebaseStalePrs"
],
"minimumReleaseAge": "7 days",
"ignorePaths": [],
"ignorePaths": [".github/workflows/lint.yaml", ".github/workflows/stale.yml"],
"labels": ["dependencies"],
"vulnerabilityAlerts": {
"labels": ["type:security"],
Expand Down

0 comments on commit 1a4f58a

Please sign in to comment.