We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9206b1 commit 0212325Copy full SHA for 0212325
.github/CODEOWNERS
@@ -1,5 +1,5 @@
1
# See GitHub's docs for more details:
2
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
3
4
-# Gophers Team
5
-* @workos/go
+# Gophers and DX Team
+* @workos/go @workos/dx
renovate.json
@@ -9,6 +9,13 @@
9
"timezone": "UTC",
10
"rebaseWhen": "conflicted",
11
"packageRules": [
12
+ {
13
+ "matchManagers": [
14
+ "github-actions"
15
+ ],
16
+ "extractVersion": "^v(?<version>\\d+\\.\\d+\\.\\d+)$",
17
+ "groupName": "github-actions"
18
+ },
19
{
20
"matchUpdateTypes": [
21
"minor",
0 commit comments