Add Dependabot

This commit is contained in:
Luke Tainton (ltainton)
2024-02-05 19:59:40 +00:00
parent 39896a95eb
commit 5076e3d4f1
6 changed files with 53 additions and 11 deletions

View File

@@ -1,18 +1,19 @@
name: CI
on:
push:
branches: [ main ]
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- 'README.md'
- 'LICENSE.md'
- '.gitignore'
- 'CODEOWNERS'
- 'renovate.json'
- "README.md"
- "LICENSE.md"
- ".gitignore"
- "CODEOWNERS"
- "renovate.json"
jobs:
ci:
uses: luketainton/gha-workflows/.github/workflows/ci-python.yml@main
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}