-
Notifications
You must be signed in to change notification settings - Fork 1
Change Dependabot runner from ubuntu-latest to ubuntu-slim #106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ on: | |
|
|
||
| jobs: | ||
| stale: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-slim | ||
|
||
| name: 'Close Stale PRs' | ||
| permissions: | ||
| contents: write | ||
|
|
@@ -22,7 +22,7 @@ jobs: | |
|
|
||
|
|
||
| workflows: | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-slim | ||
|
||
| name: 'Cleanup old workflow runs' | ||
| permissions: | ||
| actions: write | ||
|
|
@@ -38,7 +38,7 @@ jobs: | |
|
|
||
| dockercleanup: | ||
| name: 'Pruning Untagged Images' | ||
| runs-on: ubuntu-latest | ||
| runs-on: ubuntu-slim | ||
|
||
| permissions: | ||
| packages: write | ||
| steps: | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,7 +7,7 @@ permissions: | |||||
|
|
||||||
| jobs: | ||||||
| dependabot: | ||||||
| runs-on: ubuntu-latest | ||||||
| runs-on: ubuntu-slim | ||||||
|
||||||
| runs-on: ubuntu-slim | |
| runs-on: ubuntu-latest |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,7 @@ on: | |||||
|
|
||||||
| jobs: | ||||||
| renovate-validator: | ||||||
| runs-on: ubuntu-latest | ||||||
| runs-on: ubuntu-slim | ||||||
|
||||||
| runs-on: ubuntu-slim | |
| runs-on: ubuntu-latest |
Copilot
AI
Jan 26, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title indicates "Change Dependabot runner from ubuntu-latest to ubuntu-slim", but this file is the Renovate config validator workflow, not a Dependabot-related workflow. The title should be updated to reflect that multiple workflows are being changed, or the scope of changes should be limited to only the Dependabot workflow as suggested by the title.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR title indicates "Change Dependabot runner from ubuntu-latest to ubuntu-slim", but this file is a cleanup/maintenance workflow, not a Dependabot-related workflow. The title should be updated to reflect that multiple workflows are being changed, or the scope of changes should be limited to only the Dependabot workflow as suggested by the title.