diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..77a5524 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + cooldown: + default-days: 7 + exclude: + - toptal/* + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + cooldown: + default-days: 7 + exclude: + - toptal/* diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml new file mode 100644 index 0000000..1dc4546 --- /dev/null +++ b/.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