Skip to content

Instantly share code, notes, and snippets.

@HonkingGoose
Created May 30, 2024 14:51
Show Gist options
  • Save HonkingGoose/f6567f7ee3395ae2a1ec6a6b79e1b437 to your computer and use it in GitHub Desktop.
Save HonkingGoose/f6567f7ee3395ae2a1ec6a6b79e1b437 to your computer and use it in GitHub Desktop.
DEBUG: Using RE2 regex engine
DEBUG: Parsing configs
DEBUG: Checking for config file in /runner/renovate/job_config.json
DEBUG: Detected config in env RENOVATE_CONFIG
{
"config": {
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
"redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
"binarySource": "install",
"platformCommit": true,
"repositoryCache": "enabled",
"cacheTtlOverride": {
"datasource-docker-hub-tags": 90
},
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
},
"gitIgnoredAuthors": [
"29139614+renovate[bot]@users.noreply.github.com"
],
"customizeDashboard": {
"repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
},
"repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
"dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
"allowedPostUpgradeCommands": [
"^git add --all$",
"^git reset$",
"^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
"^pwd$"
],
"allowPostUpgradeCommandTemplating": true
}
}
DEBUG: File config
{
"config": {
"token": "***********",
"privateKey": "***********",
"privateKeyOld": "***********",
"hostRules": [
{
"hostType": "docker",
"matchHost": "docker.io",
"username": "mdpprodrenovate",
"password": "***********"
},
{
"hostType": "docker",
"matchHost": "hub.docker.com",
"username": "mdpprodrenovatedc",
"password": "***********"
},
{
"hostType": "github",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-tags",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-releases",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "pod",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "terraform-provider",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "rubygems",
"matchHost": "github.com",
"token": "***********"
}
],
"secrets": {}
}
}
DEBUG: CLI config
{
"config": {}
}
DEBUG: Env config
{
"config": {
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
"redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
"binarySource": "install",
"platformCommit": true,
"repositoryCache": "enabled",
"cacheTtlOverride": {
"datasource-docker-hub-tags": 90
},
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
},
"gitIgnoredAuthors": [
"29139614+renovate[bot]@users.noreply.github.com"
],
"customizeDashboard": {
"repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
},
"repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
"dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
"allowedPostUpgradeCommands": [
"^git add --all$",
"^git reset$",
"^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
"^pwd$"
],
"allowPostUpgradeCommandTemplating": true,
"hostRules": [],
"onboardingNoDeps": false,
"onboarding": true,
"forkProcessing": "disabled",
"requireConfig": "required",
"platform": "github",
"username": "renovate[bot]",
"repositories": [
"HonkingGoose/renovate"
],
"gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
}
}
DEBUG: Combined config
{
"config": {
"token": "***********",
"privateKey": "***********",
"privateKeyOld": "***********",
"hostRules": [
{
"hostType": "docker",
"matchHost": "docker.io",
"username": "mdpprodrenovate",
"password": "***********"
},
{
"hostType": "docker",
"matchHost": "hub.docker.com",
"username": "mdpprodrenovatedc",
"password": "***********"
},
{
"hostType": "github",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-tags",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "github-releases",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "pod",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "terraform-provider",
"matchHost": "api.github.com",
"token": "***********"
},
{
"hostType": "rubygems",
"matchHost": "github.com",
"token": "***********"
}
],
"secrets": {},
"extends": [
"mergeConfidence:all-badges"
],
"prFooter": "This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/{{platform}}/{{repository}}).",
"prHeader": "[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)",
"redisUrl": "redis://mend-developer-platform-renovate-prod.aqffol.ng.0001.use1.cache.amazonaws.com:6379",
"binarySource": "install",
"platformCommit": true,
"repositoryCache": "enabled",
"cacheTtlOverride": {
"datasource-docker-hub-tags": 90
},
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
},
"gitIgnoredAuthors": [
"29139614+renovate[bot]@users.noreply.github.com"
],
"customizeDashboard": {
"repoProblemsHeader": "These problems occurred while renovating this repository. [View logs](https://developer.mend.io//{{platform}}/{{repository}})."
},
"repositoryCacheType": "s3://mend-developer-platform-prod/renovate/",
"dependencyDashboardFooter": "\n- [ ] <!-- manual job -->Check this box to trigger a request for Renovate to run again on this repository\n",
"allowedPostUpgradeCommands": [
"^git add --all$",
"^git reset$",
"^npx beachball change( --no-fetch)? --no-commit --type (patch|none) --message '{{{commitMessage}}}'$",
"^pwd$"
],
"allowPostUpgradeCommandTemplating": true,
"onboardingNoDeps": false,
"onboarding": true,
"forkProcessing": "disabled",
"requireConfig": "required",
"platform": "github",
"username": "renovate[bot]",
"repositories": [
"HonkingGoose/renovate"
],
"gitAuthor": "renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>"
}
}
DEBUG: Found valid git version: 2.45.1
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Using default github endpoint: https://api.github.com/
DEBUG: Platform config
{
"platformConfig": {
"hostType": "github",
"endpoint": "https://api.github.com/",
"isGHApp": true,
"isGhe": false
}
"renovateUsername": "renovate[bot]"
}
DEBUG: Using configured gitAuthor (renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>)
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Using baseDir: /tmp/renovate
DEBUG: Using cacheDir: /tmp/renovate/cache
DEBUG: Using containerbaseDir: /tmp/renovate/cache/containerbase
DEBUG: Redis cache init
DEBUG: Commits limit = null
DEBUG: Setting global hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: validatePresets()
DEBUG: Reinitializing hostRules for repo
DEBUG: Clearing hostRules
DEBUG: Adding password authentication for docker.io (hostType=docker) to hostRules
DEBUG: Adding password authentication for hub.docker.com (hostType=docker) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-tags) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github-releases) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=pod) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=terraform-provider) to hostRules
DEBUG: Adding token authentication for github.com (hostType=rubygems) to hostRules
DEBUG: Adding token authentication for api.github.com (hostType=github) to hostRules
INFO: Repository started
{
"renovateVersion": "37.377.8"
}
DEBUG: Using localDir: /tmp/renovate/repos/github/HonkingGoose/renovate
DEBUG: PackageFiles.clear() - Package files deleted
DEBUG: initRepo("HonkingGoose/renovate")
DEBUG: hostRules: authentication already set for api.github.com
DEBUG: HonkingGoose/renovate default branch = main
DEBUG: Using app token for git init
DEBUG: http cache: saving https://api.github.com/repos/HonkingGoose/renovate/contents/renovate.json (etag=W/"93bf4840930b378d28046f65e005e5eff8abd1ce", lastModified=Wed, 29 May 2024 07:10:33 GMT)
DEBUG: Default config file renovate.json found in repo but does not enable forks
{
"config": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>renovatebot/.github"
],
"assignees": [
"rarkins",
"viceice"
],
"semanticCommitScope": "deps",
"automergeType": "pr",
"prCreation": "immediate",
"dockerfile": {
"semanticCommitType": "build"
},
"packageRules": [
{
"matchPackageNames": [
"containerbase/node"
],
"versioning": "node"
},
{
"matchDepTypes": [
"dependencies",
"optionalDependencies"
],
"semanticCommitType": "build"
},
{
"matchPackageNames": [
"semantic-release"
],
"semanticCommitType": "build"
},
{
"matchPackageNames": [
"@types/jest"
],
"groupName": "jest monorepo"
},
{
"matchFileNames": [
"**/__fixtures__/**"
],
"enabled": false
},
{
"description": "set fix scope for base image",
"matchDepNames": [
"ghcr.io/renovatebot/base-image"
],
"semanticCommitType": "fix"
},
{
"description": "set feat scope for base image major",
"matchDepNames": [
"ghcr.io/renovatebot/base-image"
],
"matchUpdateTypes": [
"major",
"minor"
],
"semanticCommitType": "feat"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"config/options/index.ts"
],
"matchStrings": [
"default: '(?<depName>ghcr.io/containerbase/sidecar):(?<currentValue>.*)'"
],
"datasourceTemplate": "docker"
}
]
}
}
INFO: Repository is a fork and not manually configured - skipping - did you want to run with --fork-processing=enabled?
DEBUG: Removing any stale branches
DEBUG: config.repoIsOnboarded=undefined
DEBUG: No renovate branches found
DEBUG: Repository result: fork, status: disabled, enabled: false, onboarded: undefined
DEBUG: Repository timing splits (milliseconds)
{
"splits": {}
"total": 594
}
DEBUG: Package cache statistics
{
"get": {
"count": 0,
"avgMs": 0,
"medianMs": 0,
"maxMs": 0,
"totalMs": 0
}
"set": {
"count": 0,
"avgMs": 0,
"medianMs": 0,
"maxMs": 0,
"totalMs": 0
}
}
DEBUG: HTTP statistics
{
"urls": {
"https://api.github.com/graphql": {
"POST": {
"200": 1
}
},
"https://api.github.com/repos/HonkingGoose/renovate/contents/renovate.json": {
"GET": {
"200": 1
}
}
}
"hosts": {
"api.github.com": {
"count": 2,
"reqAvgMs": 150,
"reqMedianMs": 179,
"reqMaxMs": 179,
"queueAvgMs": 2,
"queueMedianMs": 3,
"queueMaxMs": 3
}
}
"requests": 2
}
DEBUG: HTTP cache statistics
{
"https://api.github.com": {
"/repos/HonkingGoose/renovate/contents/renovate.json": {
"hit": 0,
"miss": 1
}
}
}
DEBUG: Lookup statistics
DEBUG: dns cache
{
"hosts": []
}
INFO: Repository finished
{
"cloned": false
"durationMs": 594
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment