We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc44384 + 5bb8e7f commit 31686e0Copy full SHA for 31686e0
.github/workflows/automerge.yml
@@ -12,7 +12,7 @@ concurrency:
12
jobs:
13
dependabot:
14
permissions:
15
- contents: read
+ contents: write
16
pull-requests: write
17
18
if: ${{ github.actor == 'dependabot[bot]' }}
@@ -36,7 +36,7 @@ jobs:
36
37
pre-commit-ci:
38
39
40
41
42
if: ${{ github.actor == 'pre-commit-ci' }}
trivy.yaml
@@ -0,0 +1,2 @@
1
+scan:
2
+ skip-files: ["*.lock"]
0 commit comments