Skip to content

Commit c05b4a2

Browse files
committed
Tweak workflows
1 parent e62966a commit c05b4a2

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ updates:
55
schedule:
66
interval: monthly
77
ignore:
8-
- dependency-name: dependency-check
8+
- dependency-name: standard
9+
- dependency-name: ts-standard
910
- package-ecosystem: github-actions
1011
directory: /
1112
schedule:

.github/workflows/sauce.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Sauce Labs
22
on: push
33
concurrency: sauce-labs
4+
permissions:
5+
contents: read
46
jobs:
57
test:
68
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Test
22
on: [push, pull_request]
3+
permissions:
4+
contents: read
35
jobs:
46
test:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)