Commit Graph

17 Commits

Author SHA1 Message Date
Renovate 36fe666984 chore(deps): update unbound/pre-commit docker tag to v0.3.4 2025-10-08 09:55:32 +00:00
Renovate f4026dcfc0 chore(deps): update unbound/pre-commit docker tag to v0.3.3 2025-09-04 07:55:04 +00:00
Renovate 26f316d5e0 chore(deps): update unbound/pre-commit docker tag to v0.3.2 2025-08-14 09:55:53 +00:00
Renovate 464463ab74 chore(deps): update unbound/pre-commit docker tag to v0.3.1 2025-08-07 10:56:44 +00:00
Renovate 539aed3264 chore(deps): update unbound/pre-commit docker tag to v0.3.0 2025-07-10 15:52:05 +00:00
argoyle 70de0e388f upgrade: update pre-commit image to version 0.2.8
Updates the pre-commit Docker image to version 0.2.8 to leverage
improvements and fixes in the latest release. This enhances the
quality of the pre-commit hooks used during CI/CD processes.
2025-06-07 19:38:40 +02:00
Renovate bc680e902a chore(deps): update unbound/pre-commit docker tag to v0.2.7 2025-05-16 09:51:32 +00:00
Renovate b0349d43a5 chore(deps): update unbound/pre-commit docker tag to v0.2.6 2025-04-04 07:51:31 +00:00
Renovate e442a7c5b7 chore(deps): update unbound/pre-commit docker tag to v0.2.5 2025-03-05 12:51:15 +00:00
Renovate 2d0f04c48d chore(deps): update unbound/pre-commit docker tag to v0.2.4 2025-02-13 10:51:08 +00:00
Renovate 7ab30819cb chore(deps): update unbound/pre-commit docker tag to v0.2.3 2025-02-05 11:51:11 +00:00
Renovate c2152b1544 chore(deps): update unbound/pre-commit docker tag to v0.2.2 2025-01-17 12:50:39 +00:00
Renovate 89ffd4cb6c chore(deps): update unbound/pre-commit docker tag to v0.2.1 2024-12-28 18:50:47 +00:00
argoyle f5dc3f883a ci: update pre-commit images to latest versions
This commit updates the Docker images for the pre-commit hooks in both the
Node and Go configuration files to their latest versions. This change ensures
that we are using the most recent fixes and improvements provided by the 
pre-commit maintainers, enhancing performance and reliability.
2024-11-14 09:19:44 +01:00
Renovate ab210808a3 chore(deps): update unbound/pre-commit docker digest to 488b09d 2024-11-13 11:51:07 +00:00
argoyle 4dd87a0961 ci: update pre-commit configuration for GitLab CI
Add GOPRIVATE environment variable for private repos and 
create a .netrc file in the before_script to enable 
authentication with GitLab. These changes ensure that 
private repositories can be accessed during the CI 
pipeline, improving the build process.
2024-11-13 12:41:01 +01:00
argoyle a35fb56d45 feat(ci): add pre-commit CI configuration for Node and Go
This change introduces GitLab CI configurations for running 
pre-commit hooks on both Node and Go projects. It sets up the 
pre-commit environment, ensures necessary dependencies are 
installed, and runs pre-commit checks on all files to maintain 
code quality and consistency. This automation helps to catch 
issues early in the development process.
2024-11-13 12:30:11 +01:00