Skip to content

Commit

Permalink
Merge pull request #142 from upbound/repo-sync/sa-up/default
Browse files Browse the repository at this point in the history
🔄 synced file(s) with upbound/sa-up
  • Loading branch information
ytsarev authored Feb 23, 2025
2 parents 3a6732d + 8851efc commit 5553fae
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @upbound/team-customer-success
* @upbound/team-solutions
17 changes: 17 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
labels: [
'automated',
],
ignorePaths: [ // default renovate ignorePaths without '**/examples/**'
'**/node_modules/**',
'**/bower_components/**',
'**/vendor/**',
'**/__tests__/**',
'**/test/**',
'**/tests/**',
'**/__fixtures__/**'
],
crossplane: {
fileMatch: ['(^|/)examples/.*\\.ya?ml$']
},
packageRules: [
{
matchFileNames: [
Expand All @@ -32,6 +44,11 @@
],
groupName: 'Makefile dependencies',
},
{
matchManagers: ['crossplane'],
matchFileNames: ['examples/**'],
groupName: 'examples'
},
],
customManagers: [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
BUILD_ARGS: "--load"

- name: Publish Artifacts to GitHub
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4
with:
name: output
path: _output/**
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ PLATFORMS ?= linux_amd64

# Tool Versions
# ------------------
UP_VERSION = v0.36.4
UP_VERSION = v0.37.1
UP_CHANNEL = stable
CROSSPLANE_CLI_VERSION = v1.18.0
CROSSPLANE_VERSION = v1.18.0-up.1
Expand Down

0 comments on commit 5553fae

Please sign in to comment.