Commit Graph

9 Commits

Author SHA1 Message Date
Silvan Mosberger
393342adfe dependabot-cli: add infinisil as maintainer 2024-11-01 15:23:02 +01:00
Silvan Mosberger
3345d7d010 dependabot-cli: Create dependabot-pinned wrapper with pinned docker images
By default, the dependabot CLI fetches the latest versions of two images
it depends on, with the underlying assumption that the CLI is also a recent version.
This of course causes problems if the CLI is outdated and doesn't
support the latest images.

This commit introduces a separate wrapper binary that pins these images
to the latest version of them at the time of updating.
2024-11-01 15:23:00 +01:00
Silvan Mosberger
4f02423384 dependabot-cli: format 2024-11-01 14:04:11 +01:00
Silvan Mosberger
b8d9bdc9f3 dependabot-cli: 1.41.0 -> 1.57.0 2024-11-01 14:03:52 +01:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Sigmanificient
cc8120d3ff pkgs/by-name: remove unuseed fetchpatch arguments 2024-05-24 02:49:58 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
fd0d84989b dependabot-cli: 1.39.0 -> 1.41.0 2023-12-17 09:06:06 +00:00
Victor Engmark
7381932087
dependabot-cli: init at 1.39.0
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
2023-12-16 21:53:38 +13:00