Skip to content

Commit 870f868

Browse files
committed
Improve CI access (read-only), add dependabot for GH actions
1 parent aa3ae23 commit 870f868

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)