diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8515ec5..0085db0 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Validate "${{ matrix.json-file }}" - uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@6bf2c1355ac4430a6fb77befd36fb95243fcaa3a # 0.1.12 + uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.13-rc-a288738811de80673b21e7cd067fb116728548ee with: json-file: "./${{ matrix.json-file }}" diff --git a/k8s.json b/k8s.json index 860998e..2bda57b 100644 --- a/k8s.json +++ b/k8s.json @@ -4,5 +4,7 @@ "kubernetes": { "enabled": true, "labels": ["deps", "k8s"] - } + }, + "packageRules": 42, + "i_am_not_supposed_to_be_here": 42 }