Skip to content
Merged
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
25 changes: 16 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,26 @@

version: 2
updates:
- package-ecosystem: gomod
directory: "eng/ci-tools"
schedule:
interval: daily
open-pull-requests-limit: 10
# Following lines generated by github.com/microsoft/go-infra/cmd/godependabot; DO NOT EDIT.
- package-ecosystem: github-actions
directory: "/"
directory: /
schedule:
interval: daily
groups:
codeql-action:
patterns:
- github/codeql-action/*
ignore:
- dependency-name: "github/gh-aw-actions"
- dependency-name: github/gh-aw-actions* # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
exclude-paths:
- .github/workflows/*.lock.yml # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump.
- .github/workflows/copilot-setup-steps.yml
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: /eng/ci-tools
schedule:
interval: daily
groups:
codeql-action:
all:
patterns:
- "github/codeql-action/*"
- '*'
Comment thread
gdams marked this conversation as resolved.