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.
2 parents cadd2cc + 576fc34 commit f99ac0fCopy full SHA for f99ac0f
.github/workflows/ci.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- main
7
- master
8
+ - renovate/*
9
pull_request: {}
10
11
concurrency:
renovate.json
@@ -0,0 +1,6 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "local>kaliber5/renovate-config:ember-addon"
+ ]
+}
0 commit comments