Add Dependabot scanning (#14238)

* Update main.yml

* Create dependabot.yml
pull/14254/head
Jauder Ho 3 years ago committed by GitHub
parent e5235e1bdc
commit e36d237ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.7'

Loading…
Cancel
Save