File tree 4 files changed +21
-4
lines changed
4 files changed +21
-4
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 13
13
labels : [
14
14
'automated' ,
15
15
] ,
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
+ } ,
16
28
packageRules : [
17
29
{
18
30
matchFileNames : [
32
44
] ,
33
45
groupName : 'Makefile dependencies' ,
34
46
} ,
47
+ {
48
+ matchManagers : [ 'crossplane' ] ,
49
+ matchFileNames : [ 'examples/**' ] ,
50
+ groupName : 'examples'
51
+ } ,
35
52
] ,
36
53
customManagers : [
37
54
{
Original file line number Diff line number Diff line change 33
33
34
34
steps :
35
35
- name : Setup Docker Buildx
36
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3
36
+ uses : docker/setup-buildx-action@f7ce87c1d6bead3e36075b2ce75da1f6cc28aaca # v3
37
37
with :
38
38
version : ${{ env.DOCKER_BUILDX_VERSION }}
39
39
install : true
54
54
BUILD_ARGS : " --load"
55
55
56
56
- name : Publish Artifacts to GitHub
57
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
57
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
58
58
with :
59
59
name : output
60
60
path : _output/**
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64
117
117
118
118
# Tool Versions
119
119
# ------------------
120
- UP_VERSION = v0.36.4
120
+ UP_VERSION = v0.37.1
121
121
UP_CHANNEL = stable
122
122
CROSSPLANE_CLI_VERSION = v1.18.0
123
123
CROSSPLANE_VERSION = v1.18.0-up.1
You can’t perform that action at this time.
0 commit comments