Skip to content

Commit

Permalink
Merge branch 'main' into fix-uppercase-entityrefs
Browse files Browse the repository at this point in the history
  • Loading branch information
dzemanov authored Nov 18, 2024
2 parents c7290bb + 7620cca commit 844aca2
Show file tree
Hide file tree
Showing 494 changed files with 118,596 additions and 2,701 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ yarn.lock @backstage/community-plugins
/workspaces/keycloak @backstage/community-plugins-maintainers @AndrienkoAleksandr @schultzp2020
/workspaces/kiali @backstage/community-plugins-maintainers @aljesusg @josunect
/workspaces/linguist @backstage/community-plugins-maintainers @awanlin
/workspaces/matomo @backstage/community-plugins-maintainers @yashoswalyo @deshmukhmayur @riginoommen
/workspaces/mend @backstage/community-plugins-maintainers @dariuszsobkowicz
/workspaces/mta @backstage/community-plugins-maintainers @ibolton336
/workspaces/nexus-repository-manager @backstage/community-plugins-maintainers @schultzp2020
Expand All @@ -39,6 +40,7 @@ yarn.lock @backstage/community-plugins
/workspaces/octopus-deploy @backstage/community-plugins-maintainers @jmezach
/workspaces/pingidentity @backstage/community-plugins-maintainers @jessicajhee
/workspaces/playlist @backstage/community-plugins-maintainers @kuangp
/workspaces/quay @backstage/community-plugins-maintainers @christoph-jerolimov @karthikjeeyar @rohitkrai03 @Eswaraiahsapram
/workspaces/rbac @backstage/community-plugins-maintainers @AndrienkoAleksandr @divyanshiGupta @PatAKnight
/workspaces/redhat-argocd @backstage/community-plugins-maintainers @karthikjeeyar @rohitkrai03 @Eswaraiahsapram
/workspaces/redhat-resource-optimization @backstage/community-plugins-maintainers @christoph-jerolimov @04kash
Expand All @@ -50,4 +52,5 @@ yarn.lock @backstage/community-plugins
/workspaces/scaffolder-relation-processor @backstage/community-plugins-maintainers @04kash
/workspaces/sonarqube @backstage/community-plugins-maintainers @backstage/sda-se-reviewers
/workspaces/tech-insights @backstage/community-plugins-maintainers @xantier
/workspaces/tekton @backstage/community-plugins-maintainers @christoph-jerolimov @karthikjeeyar
/workspaces/topology @backstage/community-plugins-maintainers @divyanshiGupta @debsmita1 @ciiay
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
},
{
"matchManagers": ["npm"],
"enabled": false,
"matchPackageNames": ["@backstage/**"]
},
{
"matchPackageNames": ["node-fetch"],
"allowedVersions": "<3.0.0"
Expand All @@ -37,5 +42,7 @@
}
],
"ignorePaths": ["**/dist-dynamic/**"],
"gitIgnoredAuthors": ["97962292+backstage-goalie[bot]@users.noreply.github.com"]
"gitIgnoredAuthors": [
"97962292+backstage-goalie[bot]@users.noreply.github.com"
]
}
14 changes: 9 additions & 5 deletions .github/workflows/automate_renovate_changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,17 @@ jobs:
fetch-depth: 2
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_SERVICE_ACCOUNT_TOKEN }}


- name: Set up Node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: 22
registry-url: https://registry.npmjs.org/ # Needed for auth

- name: Configure Git
run: |
git config --global user.email noreply@backstage.io
git config --global user.name 'Github changeset workflow'
- name: Generate feedback
uses: backstage/actions/renovate-changesets@v0.6.13
with:
multiple-workspaces: true
- name: Generate changesets
run: node ./scripts/ci/generate-bump-changesets.js
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
# are different than the ones given after the cache is restored. We have to
# change ownership to solve this. We also need to have correct permissions in
# the entire /tmp/renovate tree, not just the section with the repo cache.
sudo chown -R runneradmin:root /tmp/renovate/
sudo chown -R 12021:0 /tmp/renovate/
ls -R $cache_dir
- uses: renovatebot/github-action@v40.1.10
- uses: renovatebot/github-action@v41.0.2
with:
configurationFile: .github/renovate-action.json
renovate-version: full
Expand Down
Loading

0 comments on commit 844aca2

Please sign in to comment.