publishing_platform_app_config 0.5.6 → 0.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2865c5c201f2a10a96dda2d01eba8d6a1b7b98a1d28a48e91c4715b5009acbdf
4
- data.tar.gz: aa9833f1b1cc5965755c5881c595a0478379ac6c9b9b461db14ad666038c4fc4
3
+ metadata.gz: 38499b4332548728b4217c9825f534861098de2d5cdc23686848709128535689
4
+ data.tar.gz: f064ff6be643be1c55a02fde9903ac17c7ec5be9fe50c94866af4f1e74bd8d1b
5
5
  SHA512:
6
- metadata.gz: d53f65233b597b54fb229695665d572aa93b68b411af7b716ca721bb5e71137e3482adf474bd60830b3299cff3effc9d1d062a20c5b30a60219d5949549705ab
7
- data.tar.gz: df28d888247d0b0cb3e801371f6a33805776db49bd12dfcd12b5d53f50310334c40d4606cbed17b896b501adef12340ba3ac2eef1b960710567d4a5bf796de81
6
+ metadata.gz: 44d4114e3258ab0464e935ae92ca3783258054a6f8e6fb74955c889db2830a18c2add639294c8146261b3b897d6c87a203794135aacf3e4af78ee8fdd4ca3a6f
7
+ data.tar.gz: 5255051fe1dd1bc73664bf2885beae6b70e340036191f8b19dbc9fd4a597288a8df317393d6c02b1c192663a6ae32bd92104fb8aea81f21f1591cd6ddeaa6715
@@ -3,10 +3,18 @@ updates:
3
3
  - package-ecosystem: bundler
4
4
  directory: "/"
5
5
  schedule:
6
- interval: daily
6
+ interval: weekly
7
+ day: monday
8
+ time: "07:00"
9
+ cooldown:
10
+ default-days: 3
7
11
  open-pull-requests-limit: 10
8
12
  - package-ecosystem: github-actions
9
13
  directory: "/"
10
14
  schedule:
11
- interval: daily
15
+ interval: weekly
16
+ day: monday
17
+ time: "07:00"
18
+ cooldown:
19
+ default-days: 3
12
20
  open-pull-requests-limit: 10
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PublishingPlatformAppConfig
4
- VERSION = "0.5.6"
4
+ VERSION = "0.5.7"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: publishing_platform_app_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.6
4
+ version: 0.5.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Publishing Platform