Skip to content

Commit

Permalink
Merge pull request #11 from arkedge/feature/trust-self-hosted-versioning
Browse files Browse the repository at this point in the history
Trust self-hosted GitHub actions's versioning
  • Loading branch information
namachan10777 authored Feb 21, 2024
2 parents a79bda1 + 58fea39 commit 1d38338
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"config:recommended",
"github>arkedge/renovate-config:earthfile.json5",
"github>arkedge/renovate-config:cargo-chef-docker.json5",
"github>arkedge/renovate-config:rust-toolchain.json5"
"github>arkedge/renovate-config:rust-toolchain.json5",
"github>arkedge/renovate-config:trust-self-hosted-action-versioning.json5"
]
}
11 changes: 11 additions & 0 deletions trust-self-hosted-action-versioning.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
packageRules: [
{
matchPackagePrefixes: ["arkedge/", "sksat/"],
matchCategories: ["github-actions"],
matchUpdateTypes: ["minor", "patch"],
automerge: true,
},
],
}

0 comments on commit 1d38338

Please sign in to comment.