File tree Expand file tree Collapse file tree 4 files changed +44
-0
lines changed
Expand file tree Collapse file tree 4 files changed +44
-0
lines changed Original file line number Diff line number Diff line change 1+ * @ rashidakanchwala @ ravi-kumar-pilla
2+
3+ * .py @ rashidakanchwala @ ravi-kumar-pilla
4+ * .md @ rashidakanchwala @ ravi-kumar-pilla @ NeroOkwa
5+
6+ .gitignore @ ravi-kumar-pilla
7+ CODEOWNERS @ rashidakanchwala @ ravi-kumar-pilla @ NeroOkwa
Original file line number Diff line number Diff line change 1+ ## Description
2+
3+ <!-- Why was this PR created? -->
4+
5+ ## Development notes
6+
7+ <!-- What have you changed? Consider adding a screenshot or GIF. -->
8+
9+ ## QA notes
10+
11+ <!-- How has the expected behaviour changed? What testing strategies have you used? -->
12+
13+ ## Checklist
14+
15+ - [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress
16+ - [ ] Updated the documentation to reflect the code changes
17+ - [ ] Added new entries to the ` RELEASE.md ` file
18+ - [ ] Added tests to cover my changes
Original file line number Diff line number Diff line change 1+ require :
2+ members : false
Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " pip" # See documentation for possible values
9+ directory : " /package" # Location of package manifests
10+ schedule :
11+ interval : " monthly"
12+ versioning-strategy : increase-if-necessary
13+ ignore :
14+ - dependency-name : " types-*"
15+ labels :
16+ - " Python"
17+ - " dependencies"
You can’t perform that action at this time.
0 commit comments