Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security updates only #621

Merged
merged 2 commits into from
Mar 5, 2024
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
188 changes: 66 additions & 122 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,209 +3,153 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/ConnectSQLDatabase/ConnectSQLDatabase
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/ConnectSQLDatabase/ConnectSQLDatabase
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/ingress/database-api
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/ingress/database-api
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/ingress/frontend
schedule:
interval: daily

- package-ecosystem: npm
directory: /samples/ingress/frontend
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/ingress/stats-api
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/ingress/stats-api
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/ingress/stats-worker
schedule:
interval: daily

- package-ecosystem: npm
directory: /samples/ingress/stats-worker
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/managed-identity
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/managed-identity
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/todo-app/database-api
schedule:
interval: weekly

- package-ecosystem: nuget
directory: /samples/todo-app/database-api
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/todo-app/frontend
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/todo-app/frontend
schedule:
interval: daily

- package-ecosystem: docker
directory: /samples/todo-app/stats-api
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/todo-app/stats-api
schedule:
interval: weekly

- package-ecosystem: docker
directory: /samples/todo-app/stats-worker
schedule:
interval: weekly

- package-ecosystem: npm
directory: /samples/todo-app/stats-worker
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/EndpointManagerLauncher
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/LocalAgent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/LocalAgent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/common.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/common
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/devhostAgent.restorationjob.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/devhostagent.restorationjob
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/devhostagent.restorationjob
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/devhostagent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/devhostagent
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/dsc.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/dsc
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/endpointmanager.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/endpointmanager
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/library.tests
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/library
schedule:
interval: daily
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/routingmanager.tests
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: docker
directory: /src/routingmanager
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/routingmanager
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0

- package-ecosystem: nuget
directory: /src/testhelpers
schedule:
interval: weekly
interval: monthly
# enable only security updates
open-pull-requests-limit: 0
25 changes: 0 additions & 25 deletions samples/ConnectSQLDatabase/ConnectSQLDatabase.sln

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading