Ignore github actions

This commit is contained in:
Brahim Hadriche 2022-10-13 14:41:01 -04:00 committed by GitHub
parent f4cbf71c72
commit 2f55be175e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@
"extends": [
"config:base"
],
// Ignore commits produced by github actions workflows
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"dependencyDashboard": true,
"enabledManagers": ["docker-compose", "dockerfile"]
}