promtext-cli 0.1.2.dev76__tar.gz → 0.1.2.dev78__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  # Changes here will be overwritten by Copier.
2
- _commit: 0.5.0
2
+ _commit: 0.5.2
3
3
  _src_path: https://codeberg.org/margau/copier-python-uv.git
4
4
  code_dir: src
5
5
  container: false
@@ -11,7 +11,7 @@ jobs:
11
11
  lint-check:
12
12
  runs-on: docker
13
13
  container:
14
- image: codeberg.org/margau/buildenv-uv:latest@sha256:ddef6cf31e2d7a0051ea7138a7cdeddc57b72befe39a053132db1fa34106f5c7
14
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:9d10c96a66499e0ba274d828f61e7c7b845a4800eb4638cdec165ffe1d93593d
15
15
 
16
16
  steps:
17
17
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -14,7 +14,7 @@ jobs:
14
14
  name: "Build (and Publish)"
15
15
  runs-on: docker
16
16
  container:
17
- image: codeberg.org/margau/buildenv-uv:latest@sha256:ddef6cf31e2d7a0051ea7138a7cdeddc57b72befe39a053132db1fa34106f5c7
17
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:9d10c96a66499e0ba274d828f61e7c7b845a4800eb4638cdec165ffe1d93593d
18
18
 
19
19
  steps:
20
20
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -49,7 +49,7 @@ jobs:
49
49
  name: "Draft Release Notes"
50
50
  runs-on: docker
51
51
  container:
52
- image: codeberg.org/margau/buildenv-uv:latest@sha256:ddef6cf31e2d7a0051ea7138a7cdeddc57b72befe39a053132db1fa34106f5c7
52
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:9d10c96a66499e0ba274d828f61e7c7b845a4800eb4638cdec165ffe1d93593d
53
53
 
54
54
  steps:
55
55
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: promtext-cli
3
- Version: 0.1.2.dev76
3
+ Version: 0.1.2.dev78
4
4
  Summary: Prometheus Textfile Tooling
5
5
  Project-URL: Documentation, https://codeberg.org/margau/promtext-cli/src/branch/main#readme
6
6
  Project-URL: Issues, https://codeberg.org/margau/promtext-cli/issues
@@ -50,13 +50,17 @@
50
50
  "matchUpdateTypes": [
51
51
  "patch"
52
52
  ],
53
+ "groupName": "housekeeping",
54
+ "branchTopic": "housekeeping",
53
55
  "automerge": true,
54
- "groupName": "housekeeping"
56
+ "automergeSchedule": "* 0-3 */2 * *"
55
57
  },
56
58
  {
57
59
  "matchPackageNames": ["codeberg.org/margau/buildenv*"],
58
60
  "groupName": "housekeeping",
59
- "automerge": true
61
+ "branchTopic": "housekeeping",
62
+ "automerge": true,
63
+ "automergeSchedule": "* 0-3 */2 * *"
60
64
  }
61
65
  ]
62
66
  }