Skip to content

Commit 52a2d07

Browse files
authored
Merge pull request #19 from plugwise/ci_improv
CI/CD Improvements
2 parents d894d35 + ca11764 commit 52a2d07

File tree

5 files changed

+12
-28
lines changed

5 files changed

+12
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1+
# For pre-commit.ci
12
ci:
3+
# Defer autoupdate to quarterly (there is no 'off' button) to have renovate pick up first
4+
autoupdate_schedule: quarterly
25
skip: [pylint, markdownlint, testing]
36
submodules: true
47

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 improvements
6+
37
## v0.31 refactoring (alpha only, effectively refactored version release): Logic separation between USB and non-USB
48

59
- USB 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
@@ -10,6 +10,7 @@ Our main usage for this module is supporting [Home Assistant](https://www.home-a
1010
[![Latest release](https://github.com/plugwise/python-plugwise-usb/workflows/Latest%20release/badge.svg)](https://github.com/plugwise/python-plugwise-usb/actions)
1111
[![Newest commit](https://github.com/plugwise/python-plugwise-usb/workflows/Latest%20commit/badge.svg)](https://github.com/plugwise/python-plugwise-usb/actions)
1212
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/plugwise/python-plugwise-usb/main.svg)](https://results.pre-commit.ci/latest/github/plugwise/python-plugwise-usb/main)
13+
[![renovate maintained](https://img.shields.io/badge/maintained%20with-renovate-blue?logo=renovatebot)](https://github.com/plugwise/python-plugwise-usb/issues/2)
1314

1415
## Integration
1516

renovate.json

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

0 commit comments

Comments
 (0)