Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Add dependabot config for GH actions
Signed-off-by: Louis Chemineau <[email protected]>
  • Loading branch information
artonge committed Mar 17, 2025
commit 226ebd1a548f65064669b985a7b2954a41e4bb10
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ updates:
# ignore all GitHub linguist patch updates
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: sunday
time: "09:00"
timezone: Europe/Paris
Loading