Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# managed-by: talieisin-org-bootstrap v4
# managed-by: talieisin-org-bootstrap v5
version: 2
updates:
- package-ecosystem: "github-actions"
Expand All @@ -7,6 +7,10 @@ updates:
interval: "weekly"
open-pull-requests-limit: 10
groups:
majors:
applies-to: version-updates
patterns: ["*"]
update-types: ["major"]
minor-and-patch:
applies-to: version-updates
patterns: ["*"]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/dependabot-agent.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# managed-by: talieisin-org-bootstrap v4
# Fires when the org dispatcher labels a major Dependabot PR `ai-upgrade`.
# All logic lives in Talieisin/.github — see its docs/ai-automation.md.
# All logic lives in the org's shared reusable workflows; operational
# documentation is internal.
name: AI upgrade
on:
pull_request:
Expand Down