Skip to content

Commit

Permalink
Merge branch 'main' into renovate/github-actions-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yurishkuro committed Jul 15, 2024
2 parents eb5ff3a + a419944 commit c646261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ updates:
interval: daily
labels: [ "changelog:dependencies" ]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: [ "changelog:dependencies" ]

- package-ecosystem: docker
directories:
- /cmd/agent
Expand Down
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@
},
{
"matchManagers": ["github-actions"],
"groupName": "github-actions deps"
"groupName": "github-actions deps",
"schedule": ["on the first day of the month"]
},
{
"matchManagers": ["github-actions"],
"matchUpdateTypes": ["major", "patch", "digest"],
"matchUpdateTypes": ["patch", "digest"],
"enabled": false
},
{
Expand Down

0 comments on commit c646261

Please sign in to comment.