Skip to content
Open
Changes from all commits
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
28 changes: 16 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,22 @@ version: 2

updates:
# Automatically propose PRs for out-of-date GitHub actions
# - package-ecosystem: github-actions
# directory: "/"
# schedule:
# # Check for new versions weekly
# interval: weekly
# # Update all actions in a single PR
# groups:
# github-actions:
# patterns: ["*"]
# labels:
# - automation
# - gha-update
- package-ecosystem: github-actions
directory: "/"
schedule:
# Check for new versions weekly
interval: weekly
# Update all actions in a single PR
groups:
github-actions:
patterns: ["*"]
labels:
- automation
- gha-update
# Only allow updates for actions maintained by GitHub
allow:
- dependency-name: "actions/*"
- dependency-name: "azimuth-cloud/github-actions/*"

# Automatically propose PRs for Python dependencies
- package-ecosystem: pip
Expand Down
Loading