Skip to content

Commit

Permalink
ci: Run renovate pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jul 8, 2024
1 parent 89560f6 commit 46d034a
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>nf-core/ops//.github/renovate/default.json5"],
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>nf-core/ops//.github/renovate/default.json5"],
}
87 changes: 46 additions & 41 deletions .github/renovate/default.json5
Original file line number Diff line number Diff line change
@@ -1,45 +1,50 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:best-practices", ":automergeDigest", ":automergeBranch", "schedule:monthly"],
vulnerabilityAlerts: {
labels: ["security"],
schedule: "at any time",
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:best-practices",
":automergeDigest",
":automergeBranch",
"schedule:monthly",
],
vulnerabilityAlerts: {
labels: ["security"],
schedule: "at any time",
},
prHourlyLimit: 3,
platform: "github",
onboarding: false,
dependencyDashboard: true,
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prIgnoreNotification"],
rebaseWhen: "auto",
reviewers: ["edmundmiller"],
assigneesFromCodeOwners: true,
gitAuthor: "nf-core-bot <[email protected]>",
"pre-commit": {
enabled: true,
},
packageRules: [
{
matchDatasources: ["docker"],
registryUrls: ["quay.io"],
},
prHourlyLimit: 3,
platform: "github",
onboarding: false,
dependencyDashboard: true,
dependencyDashboardTitle: "Renovate Dashboard 🤖",
suppressNotifications: ["prIgnoreNotification"],
rebaseWhen: "auto",
reviewers: ["edmundmiller"],
assigneesFromCodeOwners: true,
gitAuthor: "nf-core-bot <[email protected]>",
pre-commit: {
enabled: true,
{
matchManagers: ["github-actions"],
groupName: "GitHub Actions",
automerge: true,
schedule: ["before 9am"],
},
packageRules: [
{
matchDatasources: ["docker"],
registryUrls: ["quay.io"],
},
{
matchManagers: ["github-actions"],
groupName: "GitHub Actions",
automerge: true,
schedule: ["before 9am"],
},
// don't use digest for actions coming from seqera(labs) or nf-core
{
matchPackagePattern: ["^nf-core/", "^seqera"],
matchManagers: ["github-actions"],
automerge: true,
pinDigest: false,
},
{
matchPackagePatterns: ["renovate-config-validator"],
automerge: true,
schedule: ["before 9am on Monday"],
},
],
// don't use digest for actions coming from seqera(labs) or nf-core
{
matchPackagePattern: ["^nf-core/", "^seqera"],
matchManagers: ["github-actions"],
automerge: true,
pinDigest: false,
},
{
matchPackagePatterns: ["renovate-config-validator"],
automerge: true,
schedule: ["before 9am on Monday"],
},
],
}

0 comments on commit 46d034a

Please sign in to comment.