Skip to content

Commit

Permalink
ci: Use Renovate to update GitHub actions
Browse files Browse the repository at this point in the history
Compared to Dependabot Renovate:

* updates the versions of GitHub runners
* pins the version of actions
  • Loading branch information
odzhychko committed Dec 19, 2024
1 parent a5a83e5 commit fa2bc21
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ updates:
directory: "/model-server"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
open-pull-requests-limit: 20
directory: "/"
schedule:
interval: "daily"
# We use the default versioning strategy for npm (increase for apps and widen for libraries),
# so that clients are free to select an appropriate version from the allowed range, when they use one of the libraries.
- package-ecosystem: "npm"
Expand Down
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"pre-commit",
"gradle-wrapper",
"nvm",
"github-actions",
],
}

0 comments on commit fa2bc21

Please sign in to comment.