File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- < << << << before updating
3- $schema : 'https ://docs.renovatebot.com/renovate-schema.json',
4- enabledManagers : [
5- 'copier ',
6- 'git-submodules ',
7- ] ,
8- extends : [
9- 'config :recommended ',
10- 'github > saltstack-formulas/.github',
11- ],
12- automergeStrategy: 'merge-commit',
13- 'git-submodules': {
14- 'enabled' : true
15- } ,
16- packageRules: [
17- {
18- matchFileNames : [
19- 'template/**'
20- ] ,
21- semanticCommitType : 'fix' ,
22- } ,
23- {
24- automerge : true ,
25- matchManagers : [
26- 'git-submodules'
27- ] ,
28- } ,
29- ] ,
30- === = ===
312$schema : 'https://docs.renovatebot.com/renovate-schema.json' ,
323extends : [
334 "github>saltstack-formulas/.github" ,
@@ -37,5 +8,4 @@ extends: [
378 * This file is managed as part of a Copier template. *
389 * Please make your own changes below this comment. *
3910 *********************************************************/
40- > >>> >>> after updating
4111}
Original file line number Diff line number Diff line change @@ -137,12 +137,14 @@ rubocop:
137137# OpenSUSE master branch will fail until zypperpkg module is back in salt core
138138# https://github.com/saltstack/great-module-migration/issues/14
139139#
140+ # The alias states were removed in the great module migration, causing the
141+ # tests to fail with Salt master branch
142+ # See https://github.com/saltstack-formulas/postfix-formula/issues/134
140143almalinux-9-master : {extends: '.test_instance_failure_permitted'}
141144almalinux-8-master : {extends: '.test_instance_failure_permitted'}
142145amazonlinux-2023-master : {extends: '.test_instance_failure_permitted'}
143146amazonlinux-2-master : {extends: '.test_instance_failure_permitted'}
144147centos-stream9-master : {extends: '.test_instance_failure_permitted'}
145- >>>>>>> after updating
146148debian-12-master : {extends: '.test_instance_failure_permitted'}
147149debian-11-master : {extends: '.test_instance_failure_permitted'}
148150fedora-41-master : {extends: '.test_instance_failure_permitted'}
You can’t perform that action at this time.
0 commit comments