File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1- * @ upbound/team-customer-success
1+ * @ upbound/team-solutions
Original file line number Diff line number Diff line change 1313 labels : [
1414 'automated' ,
1515 ] ,
16+ ignorePaths : [ // default renovate ignorePaths without '**/examples/**'
17+ '**/node_modules/**' ,
18+ '**/bower_components/**' ,
19+ '**/vendor/**' ,
20+ '**/__tests__/**' ,
21+ '**/test/**' ,
22+ '**/tests/**' ,
23+ '**/__fixtures__/**'
24+ ] ,
25+ crossplane : {
26+ fileMatch : [ '(^|/)examples/.*\\.ya?ml$' ]
27+ } ,
1628 packageRules : [
1729 {
1830 matchFileNames : [
3244 ] ,
3345 groupName : 'Makefile dependencies' ,
3446 } ,
47+ {
48+ matchManagers : [ 'crossplane' ] ,
49+ matchFileNames : [ 'examples/**' ] ,
50+ groupName : 'examples'
51+ } ,
3552 ] ,
3653 customManagers : [
3754 {
Original file line number Diff line number Diff line change 5454 BUILD_ARGS : " --load"
5555
5656 - name : Publish Artifacts to GitHub
57- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
57+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
5858 with :
5959 name : output
6060 path : _output/**
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117117
118118# Tool Versions
119119# ------------------
120- UP_VERSION = v0.37.0
120+ UP_VERSION = v0.37.1
121121UP_CHANNEL = stable
122122CROSSPLANE_CLI_VERSION = v1.18.0
123123CROSSPLANE_VERSION = v1.18.0-up.1
You canβt perform that action at this time.
0 commit comments