We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e952cb4 commit 3052caaCopy full SHA for 3052caa
2 files changed
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'github-actions'
4
+ directory: '/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ - package-ecosystem: 'npm'
8
9
10
.github/workflows/test.yml
@@ -6,6 +6,9 @@ on:
pull_request:
branches: [master]
+permissions:
+ contents: read
11
+
12
jobs:
13
test:
14
runs-on: ubuntu-latest
0 commit comments