We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62966a commit c05b4a2Copy full SHA for c05b4a2
.github/dependabot.yml
@@ -5,7 +5,8 @@ updates:
5
schedule:
6
interval: monthly
7
ignore:
8
- - dependency-name: dependency-check
+ - dependency-name: standard
9
+ - dependency-name: ts-standard
10
- package-ecosystem: github-actions
11
directory: /
12
.github/workflows/sauce.yml
@@ -1,6 +1,8 @@
1
name: Sauce Labs
2
on: push
3
concurrency: sauce-labs
4
+permissions:
+ contents: read
jobs:
test:
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -1,5 +1,7 @@
name: Test
on: [push, pull_request]
0 commit comments