promtext-cli 0.1.2.dev74__tar.gz → 0.1.2.dev75__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.4.29
2
+ _commit: 0.5.0
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
  commitlint-check:
12
12
  runs-on: docker
13
13
  container:
14
- image: codeberg.org/margau/buildenv-commitlint:latest@sha256:6f083533e938a33e4625c88cf59590f8e7a1d8ccc1337ac3f40e4c4d60aa3e2b
14
+ image: codeberg.org/margau/buildenv-commitlint:latest@sha256:1f7a71c38c86bdd0c7a8e79c21bbcd402ff978f6efd329570e763df7e95368fc
15
15
 
16
16
  steps:
17
17
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -10,7 +10,7 @@ repos:
10
10
  stages: [commit-msg]
11
11
  args: []
12
12
  - repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.15.9
13
+ rev: v0.15.12
14
14
  hooks:
15
15
  # Run the linter.
16
16
  - id: ruff-check
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: promtext-cli
3
- Version: 0.1.2.dev74
3
+ Version: 0.1.2.dev75
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
@@ -51,7 +51,12 @@
51
51
  "patch"
52
52
  ],
53
53
  "automerge": true,
54
- "automergeSchedule": "* 0-3 */2 * *"
54
+ "groupName": "housekeeping"
55
+ },
56
+ {
57
+ "matchPackageNames": ["codeberg.org/margau/buildenv*"],
58
+ "groupName": "housekeeping",
59
+ "automerge": true
55
60
  }
56
61
  ]
57
62
  }