https://github.com/angular/angular
Raw File
Tip revision: 83c74ceacf620535673ec141fc8a1003aed187ef authored by George Kalpakas on 18 July 2019, 20:33:52 UTC
ci: move the `test_saucelabs_bazel` CircleCI job to `default_workflow` (#31636) (#31796)
Tip revision: 83c74ce
renovate.json
{
	"pinVersions": false,
	"semanticCommits": true,
	"semanticPrefix": "build",
	"commitMessage": "{{semanticPrefix}} update {{depName}} to version {{newVersion}}",
	"separateMajorMinor": false,
	"labels": [
		"PR target: master-only",
		"comp: build & ci"
	],
	"baseBranches": [
		"master"
	],
	"ignoreDeps": [
		"source-map",
		"@types/node"
	],
	"packageFiles": [
		"integration/cli-hello-world-ivy-compat/package.json",
		"integration/cli-hello-world-ivy-minimal/package.json",
		"integration/cli-hello-world/package.json"
	],
	"major": {
		"devDependencies": {
			"enabled": false
		}
	},
	"packageRules": [
		{
			"packagePatterns": [
				"^@angular.*"
			],
			"groupName": "angular",
			"pinVersions": false
		},
		{
			"packagePatterns": [
				"^@bazel\/.*"
			],
			"groupName": "bazel",
			"pinVersions": false
		},
		{
			"packageNames": [
				"typescript"
			],
			"updateTypes": "patch"
		}
	]
}
back to top