Skip to content

Commit

Permalink
build: stop generating samples ci. update templated renovate (#1280)
Browse files Browse the repository at this point in the history
We needed to ignore the samples workflow in synth.py
  • Loading branch information
chingor13 committed Feb 24, 2021
1 parent 03ec798 commit d532b63
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 23 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/samples.yaml

This file was deleted.

70 changes: 62 additions & 8 deletions renovate.json
@@ -1,19 +1,73 @@
{
"extends": [
"config:base"
":separateMajorReleases",
":combinePatchMinorReleases",
":ignoreUnstable",
":prImmediately",
":updateNotScheduled",
":automergeDisabled",
":ignoreModulesAndTests",
":maintainLockFilesDisabled",
":autodetectPinVersions"
],
"packageRules": [
{
"packagePatterns": ["^com.google.guava:guava"],
"groupName": "Guava packages"
"packagePatterns": [
"^com.google.guava:"
],
"versionScheme": "docker"
},
{
"packagePatterns": ["^com.google.appengine:appengine-"],
"groupName": "AppEngine packages"
"packagePatterns": [
"*"
],
"semanticCommitType": "deps",
"semanticCommitScope": null
},
{
"packagePatterns": ["^io.opencensus:opencensus-"],
"groupName": "OpenCensus packages"
"packagePatterns": [
"^org.apache.maven",
"^org.jacoco:",
"^org.codehaus.mojo:",
"^org.sonatype.plugins:",
"^com.coveo:",
"^com.google.cloud:google-cloud-shared-config"
],
"semanticCommitType": "build",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.http-client:google-http-client",
"^com.google.cloud:libraries-bom",
"^com.google.cloud.samples:shared-configuration"
],
"semanticCommitType": "chore",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^junit:junit",
"^com.google.truth:truth",
"^org.mockito:mockito-core",
"^org.objenesis:objenesis"
],
"semanticCommitType": "test",
"semanticCommitScope": "deps"
},
{
"packagePatterns": [
"^com.google.cloud:google-cloud-"
],
"ignoreUnstable": false
},
{
"packagePatterns": [
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
}
]
],
"semanticCommits": true,
"masterIssue": true
}
2 changes: 1 addition & 1 deletion synth.py
Expand Up @@ -19,6 +19,6 @@
"README.md",
"java.header",
"checkstyle.xml",
"renovate.json",
"license-checks.xml",
".github/workflows/samples.yaml",
])

0 comments on commit d532b63

Please sign in to comment.