We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c3c3d commit 0d91d40Copy full SHA for 0d91d40
readme.adoc
@@ -70,4 +70,14 @@ curl --request POST \
70
--data client_id=service_a \
71
--data client_secret=7f7367d1-f394-4a98-af5b-6c11886ff26f \
72
--data audience=client_b
73
-----
+----
74
+
75
+=== Dependency-Updates (renovate)
76
77
+* https://github.com/Sebberh/RenovateTutorial
78
79
+* Klick Configure on: https://github.com/apps/renovate
80
+* Activate
81
+* open Pull Request "Configure Renovate"
82
+* merge the PR
83
+* configure renovate in renovate.json
renovate.json
@@ -1,5 +1,8 @@
1
{
2
"extends": [
3
- "config:base"
+ "config:base",
4
+ ":prHourlyLimitNone",
5
+ ":prConcurrentLimitNone",
6
+ ":pinAllExceptPeerDependencies"
7
]
8
}
0 commit comments