fix(bazel): use github-tags for commit-only git_repository #70890
Annotations
2 errors and 1 warning
Unit tests:
lib/modules/manager/bazel/rules/index.spec.ts#L91
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Array [
Object {
"currentDigest": "abcdef0123abcdef0123abcdef0123abcdef0123",
- "datasource": "github-releases",
+ "datasource": "github-tags",
"depName": "foo_bar",
"depType": "git_repository",
"packageName": "foo/bar",
},
]
at Object.<anonymous> (lib/modules/manager/bazel/rules/index.spec.ts:91:9)
|
Unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading