We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3ae23 commit 870f868Copy full SHA for 870f868
.github/dependabot.yml
@@ -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
@@ -18,6 +18,9 @@ on:
18
paths-ignore:
19
- "README.md"
20
- "release-notes/*"
21
+permissions:
22
+ contents: read
23
+
24
jobs:
25
build:
26
runs-on: ${{ matrix.os }}
0 commit comments