Skip to content

Commit

Permalink
gh: change github-actions dependabot updates to monthly cadence
Browse files Browse the repository at this point in the history
to avoid PRs getting generated "all the time", move to a monthly
cadence for dependabot triggered github-actions updates.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
  • Loading branch information
mythi committed Oct 3, 2024
1 parent fabd7a5 commit 63d77c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week on Saturday
interval: "weekly"
day: "saturday"
# Check for updates to GitHub Actions monthly, on the first day of the month
interval: "monthly"

0 comments on commit 63d77c5

Please sign in to comment.