nrt-api: Update publishing-bot rules.yaml

rules.yaml captures the dependencies of the repo and is used by
the publishing-bot to publish the staging repository.

Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
This commit is contained in:
Swati Sehgal 2022-06-16 22:39:29 +01:00
parent 4ff3f03748
commit fa1f7470c8

View File

@ -2430,6 +2430,17 @@ rules:
source:
branch: release-1.26
dir: staging/src/k8s.io/dynamic-resource-allocation
- destination: noderesourcetopology-api
branches:
- name: master
dependencies:
- repository: code-generator
branch: master
dir: staging/src/k8s.io/noderesourcetopology-api
source:
branch: master
dir: staging/src/k8s.io/noderesourcetopology-api
library: true
recursive-delete-patterns:
- '*/.gitattributes'
default-go-version: 1.19.4