You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Several parts of this config such as the excludeList, preCannedPrNotes and some packageRules have been duplicated from the Octopus Server renovate.config as they also apply to Tentacle
// Keep the rest of the packages in alphabetical order (of package name). However, non-greenMeansGo packages should be placed before greenMeansGo packages
55
+
// Non-greenMeansGo packages
56
+
// <None at the moment. Replace this comment when some are introduced>
8
57
9
-
timezone: "Australia/Brisbane",
10
-
requireConfig: "optional",
11
-
onboarding: false,
12
-
13
-
ignoreDeps: excludeList,
14
-
enabledManagers: ["nuget"],
15
-
16
-
// Full list of built-in presets: https://docs.renovatebot.com/presets-default/
17
-
extends: [
18
-
"config:base",
19
-
"group:monorepos",
20
-
"group:recommended",
21
-
":rebaseStalePrs",
22
-
":automergeRequireAllStatusChecks",
23
-
],
24
-
25
-
// Renovate will create a new issue in the repository.
26
-
// This issue has a "dashboard" where you can get an overview of the status of all updates.
0 commit comments