PyPSA / linopy

Linear optimization with N-D labeled arrays in Python
https://linopy.readthedocs.io
MIT License
162 stars 44 forks source link

ci: add dependabot config #311

Closed afuetterer closed 3 months ago

afuetterer commented 3 months ago

See https://github.com/PyPSA/PyPSA/pull/949#pullrequestreview-2148051148

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.72%. Comparing base (2fc1c1b) to head (9f68610).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #311 +/- ## ========================================== - Coverage 89.72% 86.72% -3.00% ========================================== Files 16 16 Lines 4037 4037 Branches 942 942 ========================================== - Hits 3622 3501 -121 - Misses 282 412 +130 + Partials 133 124 -9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

afuetterer commented 3 months ago

Only added dependabot.yml, I did not break the build in 3.10.

FabianHofmann commented 3 months ago

Thanks @afuetterer