Merge branch 'dependabot_exclude_path'
This commit is contained in:
commit
24906a4fd3
1 changed files with 13 additions and 0 deletions
13
.github/dependabot.yml
vendored
Normal file
13
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "pip"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
exclude-paths:
|
||||||
|
- "requirement/requirements.odoo12.0_python3.7.17.txt"
|
||||||
|
- "requirement/requirements.odoo13.0_python3.7.17.txt"
|
||||||
|
- "requirement/requirements.odoo14.0_python3.8.20.txt"
|
||||||
|
- "requirement/requirements.odoo15.0_python3.8.20.txt"
|
||||||
|
- "requirement/requirements.odoo16.0_python3.10.18.txt"
|
||||||
|
- "requirement/requirements.odoo17.0_python3.10.18.txt"
|
||||||
Loading…
Reference in a new issue