Skip to content

Commit

Permalink
Ran prettier locally
Browse files Browse the repository at this point in the history
  • Loading branch information
l50 committed Dec 16, 2023
1 parent 21ce7dc commit b523c7b
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
8 changes: 4 additions & 4 deletions .github/renovate-bot.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"username": "rosey-bot[bot]",
"gitAuthor": "rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>",
"repositories": ["l50/goutils"]
$schema: "https://docs.renovatebot.com/renovate-schema.json",
username: "rosey-bot[bot]",
gitAuthor: "rosey-bot <98030736+rosey-bot[bot]@users.noreply.github.com>",
repositories: ["l50/goutils"],
}
56 changes: 28 additions & 28 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:base",
"docker:enableMajor",
":disableRateLimiting",
Expand All @@ -9,39 +9,39 @@
":enablePreCommit",
":automergeDigest",
":automergeBranch",
"helpers:pinGitHubActionDigests"
"helpers:pinGitHubActionDigests",
],
"platform": "github",
"onboarding": false,
"requireConfig": "optional",
"dependencyDashboardTitle": "Renovate Dashboard 🤖",
"suppressNotifications": ["prIgnoreNotification"],
"rebaseWhen": "conflicted",
"commitBodyTable": true,
platform: "github",
onboarding: false,
requireConfig: "optional",
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prIgnoreNotification"],
rebaseWhen: "conflicted",
commitBodyTable: true,
"pre-commit": {
"enabled": true
enabled: true,
},
"packageRules": [
packageRules: [
{
"matchManagers": ["gomod"],
"matchPackagePatterns": ["*"],
"enabled": true
matchManagers: ["gomod"],
matchPackagePatterns: ["*"],
enabled: true,
},
{
"description": "Auto merge GitHub Actions",
"matchManagers": ["github-actions"],
"automerge": true,
"automergeType": "pr"
}
description: "Auto merge GitHub Actions",
matchManagers: ["github-actions"],
automerge: true,
automergeType: "pr",
},
],
"customManagers": [
customManagers: [
{
"customType": "regex",
"fileMatch": [".sh$"],
"matchStrings": [
"go install (?<depName>[^@]+?)@(?<currentValue>[0-9.-a-zA-Z]+)"
customType: "regex",
fileMatch: [".sh$"],
matchStrings: [
"go install (?<depName>[^@]+?)@(?<currentValue>[0-9.-a-zA-Z]+)",
],
"datasourceTemplate": "go"
}
]
datasourceTemplate: "go",
},
],
}
40 changes: 20 additions & 20 deletions .github/renovate/autoMerge.json5
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
$schema: "https://docs.renovatebot.com/renovate-schema.json",
packageRules: [
{
"description": "Auto merge GitHub Actions",
"matchDatasources": ["gomod"],
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["digest"]
description: "Auto merge GitHub Actions",
matchDatasources: ["gomod"],
automerge: true,
automergeType: "branch",
matchUpdateTypes: ["digest"],
},
{
"description": "Auto-merge GitHub Actions for minor and patch",
"matchManagers": ["github-actions"],
"matchDatasources": ["github-tags"],
"automerge": true,
"automergeType": "branch",
"matchUpdateTypes": ["minor", "patch"]
description: "Auto-merge GitHub Actions for minor and patch",
matchManagers: ["github-actions"],
matchDatasources: ["github-tags"],
automerge: true,
automergeType: "branch",
matchUpdateTypes: ["minor", "patch"],
},
{
"description": "Ignore updates for mirrors-prettier > prettier pre-commit hook",
"matchPackageNames": ["mirrors-prettier"],
"matchDepTypes": ["pre-commit"],
"excludePackagePatterns": ["prettier"],
"allowedVersions": "3.1.0"
}
]
description: "Ignore updates for mirrors-prettier > prettier pre-commit hook",
matchPackageNames: ["mirrors-prettier"],
matchDepTypes: ["pre-commit"],
excludePackagePatterns: ["prettier"],
allowedVersions: "3.1.0",
},
],
}

0 comments on commit b523c7b

Please sign in to comment.