Skip to content

Commit d884128

Browse files
ptoscanojirihnidek
authored andcommitted
ci: tweak the dependabot config for branches a bit
- drop the 1.24 branch for now: changes in the hosted GitHub runners [1][2][3] make it hard to test that branch based on EL 7 - demote the update frequency for branches different than "main" to monthly rather than weekly, as there is no rush to switch all of them to newer versions of actions [1] https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/ [2] actions/checkout#1809 [3] actions/runner#3503
1 parent a893e97 commit d884128

File tree

1 file changed

+11
-19
lines changed

1 file changed

+11
-19
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,95 +11,87 @@ updates:
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
14+
interval: "monthly"
1515
target-branch: "subscription-manager-1.30.6"
1616
commit-message:
1717
prefix: "ci"
1818

1919
- package-ecosystem: "github-actions"
2020
directory: "/"
2121
schedule:
22-
interval: "weekly"
22+
interval: "monthly"
2323
target-branch: "subscription-manager-1.29"
2424
commit-message:
2525
prefix: "ci"
2626

2727
- package-ecosystem: "github-actions"
2828
directory: "/"
2929
schedule:
30-
interval: "weekly"
30+
interval: "monthly"
3131
target-branch: "subscription-manager-1.29.45"
3232
commit-message:
3333
prefix: "ci"
3434

3535
- package-ecosystem: "github-actions"
3636
directory: "/"
3737
schedule:
38-
interval: "weekly"
38+
interval: "monthly"
3939
target-branch: "subscription-manager-1.29.40"
4040
commit-message:
4141
prefix: "ci"
4242

4343
- package-ecosystem: "github-actions"
4444
directory: "/"
4545
schedule:
46-
interval: "weekly"
46+
interval: "monthly"
4747
target-branch: "subscription-manager-1.29.33"
4848
commit-message:
4949
prefix: "ci"
5050

5151
- package-ecosystem: "github-actions"
5252
directory: "/"
5353
schedule:
54-
interval: "weekly"
54+
interval: "monthly"
5555
target-branch: "subscription-manager-1.29.26"
5656
commit-message:
5757
prefix: "ci"
5858

5959
- package-ecosystem: "github-actions"
6060
directory: "/"
6161
schedule:
62-
interval: "weekly"
62+
interval: "monthly"
6363
target-branch: "subscription-manager-1.28"
6464
commit-message:
6565
prefix: "ci"
6666

6767
- package-ecosystem: "github-actions"
6868
directory: "/"
6969
schedule:
70-
interval: "weekly"
70+
interval: "monthly"
7171
target-branch: "subscription-manager-1.28.36"
7272
commit-message:
7373
prefix: "ci"
7474

7575
- package-ecosystem: "github-actions"
7676
directory: "/"
7777
schedule:
78-
interval: "weekly"
78+
interval: "monthly"
7979
target-branch: "subscription-manager-1.28.29"
8080
commit-message:
8181
prefix: "ci"
8282

8383
- package-ecosystem: "github-actions"
8484
directory: "/"
8585
schedule:
86-
interval: "weekly"
86+
interval: "monthly"
8787
target-branch: "subscription-manager-1.28.13"
8888
commit-message:
8989
prefix: "ci"
9090

9191
- package-ecosystem: "github-actions"
9292
directory: "/"
9393
schedule:
94-
interval: "weekly"
94+
interval: "monthly"
9595
target-branch: "subscription-manager-1.26"
9696
commit-message:
9797
prefix: "ci"
98-
99-
- package-ecosystem: "github-actions"
100-
directory: "/"
101-
schedule:
102-
interval: "weekly"
103-
target-branch: "subscription-manager-1.24"
104-
commit-message:
105-
prefix: "ci"

0 commit comments

Comments
 (0)