How to update packages from newer added repositories


Zypper: the following package updates will not be installed
alsa, .....many more....

Hi all,
I looked into Yast2 package versions about “alsa”.
I found that I have installed the 1.1.5 version.
In the newer repository I added, the newer version is 1.2.4.


zypper lr -d
#  | Alias                     | Name                                                                     | Enabled   | GPG Check     | Refresh       | Priority | Type   | URI                                                                                          | Service
---+---------------------------+--------------------------------------------------------------------------+-----------+---------------+---------------+----------+--------+----------------------------------------------------------------------------------------------+---------
 1 | home_Herbster0815         | MyStuff (openSUSE_Leap_15.2)                                             | Sì        | (r ) Sì       | Sì            |   99     | rpm-md | https://download.opensuse.org/repositories/home:/Herbster0815/openSUSE_Leap_15.2/            | 
 2 | multimedia_apps           | Multimedia Applications (openSUSE_Leap_15.2)                             | Sì        | (r ) Sì       | Sì            |   98     | rpm-md | https://download.opensuse.org/repositories/multimedia:/apps/openSUSE_Leap_15.2/              | 
 3 | multimedia_libs           | Multimedia Libraries, Codecs and Command Line Tools (openSUSE_Leap_15.2) | Sì        | (r ) Sì       | Sì            |   98     | rpm-md | https://download.opensuse.org/repositories/multimedia:/libs/openSUSE_Leap_15.2/              | 
 4 | openSUSE-Leap-15.2-1      | openSUSE-Leap-15.2-1                                                     | No        | ----          | ----          |   99     | rpm-md | hd:/?device=/dev/disk/by-id/usb-Kingston_DataTraveler_3.0_60A44C3FB294F04079680113-0:0-part2 | 
 5 | repo-debug                | Debug Repository                                                         | No        | ----          | ----          |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.2/repo/oss/                          | 
 6 | repo-debug-non-oss        | Debug Repository (Non-OSS)                                               | No        | ----          | ----          |   99     | NONE   | http://download.opensuse.org/debug/distribution/leap/15.2/repo/non-oss/                      | 
 7 | repo-debug-update         | Update Repository (Debug)                                                | No        | ----          | ----          |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.2/oss/                                     | 
 8 | repo-debug-update-non-oss | Update Repository (Debug, Non-OSS)                                       | No        | ----          | ----          |   99     | NONE   | http://download.opensuse.org/debug/update/leap/15.2/non-oss/                                 | 
 9 | repo-non-oss              | Non-OSS Repository                                                       | Sì        | (r ) Sì       | Sì            |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.2/repo/non-oss/                            | 
10 | repo-oss                  | Main Repository                                                          | Sì        | (r ) Sì       | Sì            |   99     | rpm-md | http://download.opensuse.org/distribution/leap/15.2/repo/oss/                                | 
11 | repo-source               | Source Repository                                                        | No        | ----          | ----          |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.2/repo/oss/                         | 
12 | repo-source-non-oss       | Source Repository (Non-OSS)                                              | No        | ----          | ----          |   99     | NONE   | http://download.opensuse.org/source/distribution/leap/15.2/repo/non-oss/                     | 
13 | repo-update               | Main Update Repository                                                   | Sì        | (r ) Sì       | Sì            |   99     | rpm-md | http://download.opensuse.org/update/leap/15.2/oss/                                           | 
14 | repo-update-non-oss       | Update Repository (Non-Oss)                                              | Sì        | (r ) Sì       | Sì            |   99     | rpm-md | http://download.opensuse.org/update/leap/15.2/non-oss/                                       | 

I set the priority 98 for the newer repos, but nothing changes.

I ran
Zypper refresh - and - zypper up.

How can I tell to zypper to update packages from repositories with lower priority?

Is there another way to update packages from newer added repositories?

Thanks for attenction.

Use

zypper -v dup --allow-vendor-change

Thanks so much!