Problem
The recent changes to the .github/dependabot.yml and .github/workflows/*.yml files have updated the configuration for Dependabot and GitHub Actions. Specifically, the interval for updates has been changed from weekly to monthly in .github/dependabot.yml.
Code Reference
The changes can be seen in the following code snippets:
- .github/dependabot.yml:
interval: "monthly" (lines 5 and 12)
- .github/workflows/ai-issue.yml:
cancel-in-progress: true and timeout-minutes: 10 (lines 12 and 16)
- .github/workflows/lint.yml:
timeout-minutes: 10 (line 13)
- .github/workflows/sast.yml: removal of scheduled workflow (lines 3-4)
- .github/workflows/scorecard.yml: removal of scheduled workflow (lines 4-5)
Suggested Fix
No action required, as these changes seem to be intentional updates to the configuration files.
Permalink
Generated from commit:922ad9e | Auto-detected role: deps | Processed by actor: OstinUA
Problem
The recent changes to the .github/dependabot.yml and .github/workflows/*.yml files have updated the configuration for Dependabot and GitHub Actions. Specifically, the interval for updates has been changed from weekly to monthly in .github/dependabot.yml.
Code Reference
The changes can be seen in the following code snippets:
interval: "monthly"(lines 5 and 12)cancel-in-progress: trueandtimeout-minutes: 10(lines 12 and 16)timeout-minutes: 10(line 13)Suggested Fix
No action required, as these changes seem to be intentional updates to the configuration files.
Permalink
readme-SVG-youtube-preview/.github/dependabot.yml
Line 5 in 922ad9e
Generated from commit:922ad9e | Auto-detected role:
deps| Processed by actor: OstinUA