Skip to content

Instantly share code, notes, and snippets.

View guidojw's full-sized avatar

Guido de Jong guidojw

  • Nederlandse Spoorwegen
  • Ede
  • 00:02 (UTC +02:00)
View GitHub Profile
@guidojw
guidojw / renovate.json
Created June 8, 2022 14:37
Renovate regexManagers configuration for updating Roblox/foreman tools.
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
{
"description": "Update Foreman tools",
"fileMatch": ["foreman\\.toml"],
"matchStrings": [
"github = \"(?<depName>[\\w-]+\\/[\\w-]+)\", version = \"(?<currentValue>.+)\""
],
"datasourceTemplate": "github-releases",
@guidojw
guidojw / selene.json
Created December 1, 2021 13:36
selene Lua linter problem matcher for GitHub Actions.
{
"problemMatcher": [
{
"owner": "selene",
"pattern": [
{
"regexp": "^(error|warning|info)\\[(.*)\\]:\\s(.*)$",
"severity": 1,
"message": 3,
"code": 2