Skip to content

add dependabot config #17

add dependabot config

add dependabot config #17

Workflow file for this run

---
name: secrets
on: [push]
jobs:
check-secrets:
name: Check for secrets
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Secret scanner
uses: secret-scanner/[email protected]
with:
detect_secrets_version: 1.4.0