Skip to content

Commit

Permalink
chore: Dotty / Dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Sep 19, 2024
1 parent d55567f commit d0d3b08
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
github-actions:
patterns:
Expand All @@ -30,7 +30,7 @@ updates:
- /tests/Agent/IntegrationTests # will pick up container, integration and unbounded test solutions
- / # will pick up FullAgent.sln which contains the unit tests
schedule:
interval: weekly
interval: monthly
groups:
nuget-tests:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nuget_slack_notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check for new core technologies

on:
schedule:
- cron: '0 10 * * 1' # Every Monday at 10:00 AM
- cron: '0 10 1,15 * *' # On the 1st and 15th of every month at 10:00 AM UTC
workflow_dispatch:
inputs:
daysToSearch:
Expand Down
15 changes: 12 additions & 3 deletions .github/workflows/scripts/nugetSlackNotifications/packageInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@
"packageName": "amazon.lambda.sqsevents"
},
{
"packageName": "awssdk.bedrockruntime"
"packageName": "awssdk.bedrockruntime",
"ignorePatch": true,
"ignoreMinor": false,
"ignoreReason": "frequent patch releases create too much noise"
},
{
"packageName": "awssdk.sqs"
"packageName": "awssdk.sqs",
"ignorePatch": true,
"ignoreMinor": false,
"ignoreReason": "frequent patch releases create too much noise"
},
{
"packageName": "confluent.kafka"
Expand Down Expand Up @@ -99,7 +105,10 @@
"packageName": "serilog.sinks.console"
},
{
"packageName": "stackexchange.redis"
"packageName": "stackexchange.redis",
"ignorePatch": true,
"ignoreMinor": false,
"ignoreReason": "frequent patch releases create too much noise"
},
{
"packageName": "system.data.sqlclient"
Expand Down

0 comments on commit d0d3b08

Please sign in to comment.