promtext-cli 0.1.2.dev39__tar.gz → 0.1.2.dev40__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.0.198
2
+ _commit: 0.3.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:f643c867abb66b44f4ba2ff329c528e537671b4e7f269db664ce676ec5482d4c
14
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:ba79a4aee42607ae983dcab497448decf132e30dd185b005ab8369e7feeac77c
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:f643c867abb66b44f4ba2ff329c528e537671b4e7f269db664ce676ec5482d4c
17
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:ba79a4aee42607ae983dcab497448decf132e30dd185b005ab8369e7feeac77c
18
18
 
19
19
  steps:
20
20
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -39,7 +39,7 @@ jobs:
39
39
  env:
40
40
  GITEA_REPO: "${{ forgejo.repository }}"
41
41
  - name: Upload release assets to Forgejo
42
- uses: https://code.forgejo.org/crueter/forgejo-release@changelog-file2
42
+ uses: https://code.forgejo.org/actions/forgejo-release@6e3a26f82af465c93109eaf82c021493f5b36199 # v2.11.0
43
43
  if: "${{ startsWith(github.ref, 'refs/tags') }}"
44
44
  with:
45
45
  direction: upload
@@ -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:f643c867abb66b44f4ba2ff329c528e537671b4e7f269db664ce676ec5482d4c
52
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:ba79a4aee42607ae983dcab497448decf132e30dd185b005ab8369e7feeac77c
53
53
 
54
54
  steps:
55
55
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -4,7 +4,7 @@ default_install_hook_types:
4
4
 
5
5
  repos:
6
6
  - repo: https://github.com/compilerla/conventional-pre-commit
7
- rev: v4.3.0
7
+ rev: v4.4.0
8
8
  hooks:
9
9
  - id: conventional-pre-commit
10
10
  stages: [commit-msg]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: promtext-cli
3
- Version: 0.1.2.dev39
3
+ Version: 0.1.2.dev40
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
@@ -36,6 +36,21 @@
36
36
  "digest"
37
37
  ],
38
38
  "enabled": false
39
+ },
40
+ {
41
+ "matchManagers": [
42
+ "copier"
43
+ ],
44
+ "separateMinorPatch": true
45
+ },
46
+ {
47
+ "matchManagers": [
48
+ "copier"
49
+ ],
50
+ "matchUpdateTypes": [
51
+ "patch"
52
+ ],
53
+ "automerge": true
39
54
  }
40
55
  ]
41
56
  }