Skip to content

Commit 6ab3b34

Browse files
committed
Update CI access (read-only); add Dependabot for GH actions
1 parent e00b5e9 commit 6ab3b34

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ on:
1818
paths-ignore:
1919
- "README.md"
2020
- "release-notes/*"
21+
permissions:
22+
contents: read
23+
2124
jobs:
2225
build:
2326
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)