Skip to content

Commit 56f6540

Browse files
paulf81misi9170
andauthored
Add dependabot dependent version updates (#1064)
* Add dependabot yaml * Add target branch * Monthly, only major intervals --------- Co-authored-by: misi9170 <michael.sinner@nrel.gov>
1 parent dca1879 commit 56f6540

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/" # Location of package manifests
5+
target-branch: "develop"
6+
schedule:
7+
interval: "monthly"
8+
ignore:
9+
- dependency-name: "*"
10+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 commit comments

Comments
 (0)