There was an error while loading. Please reload this page.
1 parent e2a63f0 commit adff939Copy full SHA for adff939
2 files changed
.github/dependabot.yml
@@ -0,0 +1,20 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ open-pull-requests-limit: 5
8
+ cooldown:
9
+ default-days: 7
10
+ exclude:
11
+ - toptal/*
12
+ - package-ecosystem: npm
13
14
15
16
17
18
19
20
.github/workflows/security-scan.yml
@@ -0,0 +1,8 @@
+name: Secret Scan
+
+on:
+ pull_request:
+jobs:
+ call_secret_scanning:
+ uses: toptal/actions/.github/workflows/security-scan.yml@v3.6.3
0 commit comments