Skip to content

Commit 31686e0

Browse files
authored
Merge branch 'main' into chore/maintain-lockfiles-weekly
2 parents fc44384 + 5bb8e7f commit 31686e0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
dependabot:
1414
permissions:
15-
contents: read
15+
contents: write
1616
pull-requests: write
1717

1818
if: ${{ github.actor == 'dependabot[bot]' }}
@@ -36,7 +36,7 @@ jobs:
3636

3737
pre-commit-ci:
3838
permissions:
39-
contents: read
39+
contents: write
4040
pull-requests: write
4141

4242
if: ${{ github.actor == 'pre-commit-ci' }}

trivy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
scan:
2+
skip-files: ["*.lock"]

0 commit comments

Comments
 (0)