ci: validate Renovate configuration file on build · wagoodman/dive@8d93877 (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 8d93877
ci: validate Renovate configuration file on build
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,6 +7,13 @@ on: | ||
7 | 7 | pull_request: |
8 | 8 | |
9 | 9 | jobs: |
10 | +Renovate: | |
11 | +name: "Validate Renovate" | |
12 | +runs-on: ubuntu-latest | |
13 | +steps: | |
14 | + - uses: actions/checkout@v4 | |
15 | + - name: Validate Renovate configuration | |
16 | +uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0 | |
10 | 17 | |
11 | 18 | Static-Analysis: |
12 | 19 | # Note: changing this job name requires making the same update in the .github/workflows/release.yaml pipeline |