Commit 4464178f authored by dmitriysafronov's avatar dmitriysafronov
Browse files

ci: update from template

parent 703cd1c5
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -6,12 +6,6 @@

version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/.requirements"
    schedule:
      interval: "weekly"
    labels:
      - "dependencies"
  - package-ecosystem: "github-actions"
    directory: "/.github/workflows"
    schedule:
+4 −0
Original line number Diff line number Diff line
@@ -5,6 +5,10 @@ git \
  https://github.com/dmitriysafronov/ansible_role-template.git \
  .update

LATEST_TAG="$(git -C .update tag | grep -e '^v' | sort -V | tail -n 1)"

git -C .update checkout ${LATEST_TAG}

if [[ -s .update/update.list ]]; then
  rsync -av \
    --include-from=.update/update.list \