Skip to content

Commit 621853b

Browse files
authored
Merge pull request #303 from plugwise/ci_improv
Improve CI/CD
2 parents 53f7399 + 9b0b77e commit 621853b

File tree

5 files changed

+11
-28
lines changed

5 files changed

+11
-28
lines changed

.github/renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>plugwise/renovate-config:python-module"]
4+
}

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
ci:
2+
# Defer autoupdate to quarterly (there is no 'off' button) to have renovate pick up first
3+
autoupdate_schedule: quarterly
24
skip: [pylint, markdownlint, testing]
35
submodules: true
46

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Ongoing
4+
5+
- CI/CD Improvements
6+
37
## v0.31 refactoring (alpha only, effectively not to be released): Logic separation between USB and non-USB
48

59
- Smile component (suggested `python-plugwise-usb` for USB (or stick-standalone) route)

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Our main usage for this module is supporting [Home Assistant](https://www.home-a
1212
[![Latest release](https://github.com/plugwise/python-plugwise/workflows/Latest%20release/badge.svg)](https://github.com/plugwise/python-plugwise/actions)
1313
[![Newest commit](https://github.com/plugwise/python-plugwise/workflows/Latest%20commit/badge.svg)](https://github.com/plugwise/python-plugwise/actions)
1414
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/plugwise/python-plugwise/main.svg)](https://results.pre-commit.ci/latest/github/plugwise/python-plugwise/main)
15+
[![renovate maintained](https://img.shields.io/badge/maintained%20with-renovate-blue?logo=renovatebot)](https://github.com/plugwise/python-plugwise/issues/291)
1516

1617
The below scoring only applies to Plugwise Smile components:
1718

renovate.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)