Skip to content

Commit

Permalink
fix: renovate for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
growse committed Apr 10, 2024
1 parent 4ea50d2 commit 42177eb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 92 deletions.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,14 @@
"github>growse/renovate-template:automerge-minor-and-patch",
"github>growse/renovate-template:automerge-github-actions",
"github>growse/renovate-template:makefile-version"
],
"regexManagers": [
{
"fileMatch": ["^\\.github/workflows/.+\\.yaml$"],
"matchStrings": [
"# renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.+: (?<currentValue>.*)"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}
1 change: 1 addition & 0 deletions .github/workflows/make-deb-and-publish.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
env:
PACKAGE_NAME: promtail
# renovate: datasource=github-releases depName=grafana/loki
PACKAGE_VERSION: v2.9.3
PACKAGE_DESCRIPTION: "Promtail is an agent which ships the contents of local logs to a private Loki instance or Grafana Cloud. It is usually deployed to every machine that has applications needed to be monitored."
APT_DEPENDENCIES: "git build-essential libsystemd-dev gccgo-aarch64-linux-gnu gccgo-arm-linux-gnueabi curl xz-utils"
Expand Down
92 changes: 0 additions & 92 deletions GNUmakefile

This file was deleted.

0 comments on commit 42177eb

Please sign in to comment.