Skip to content

Commit

Permalink
chore(readme): rename to infraex
Browse files Browse the repository at this point in the history
  • Loading branch information
Langleu committed May 13, 2024
1 parent 0b40b20 commit 4830408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"github>camunda/infex-common-config:default.json5"
"github>camunda/infraex-common-config:default.json5"
],
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# infex-common-config
# infraex-common-config

Common configurations like Renovate and GitHub actions owned by the InfEx team.
Common configurations like Renovate and GitHub actions owned by the InfraEx team.

Required to be public to allow usage in public-facing repositories.

Expand All @@ -11,6 +11,6 @@ Create a file `.github/renovate.json5`:
```json5
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>camunda/infex-common-config:default.json5"],
extends: ["github>camunda/infraex-common-config:default.json5"],
}
```

0 comments on commit 4830408

Please sign in to comment.