view .github/dependabot.yml @ 8151:c43b2bd8e203

add gpg package to build - ubuntu-22.04 python 3.13 skips pgp tests. The 3.13 tests on ubuntu-22.04 report that PGP tests are skipped because: SKIPPED [1] test/test_mailgw.py:296: Skipping PGP tests: 'gpg' not installed the same tests pass under python 3.12 and ubuntu-22.04. Under both versions, the gpg build and install report no issues. Add the gpg package to see if it fixes it. (Log used: https://github.com/roundup-tracker/roundup/actions/runs/11633664792/job/32399246320)
author John Rouillard <rouilj@ieee.org>
date Sun, 10 Nov 2024 14:06:21 -0500
parents 93e4ec305ed8
children
line wrap: on
line source

# To get started with Dependabot version updates, you'll need to
# specify which
# package ecosystems to update and where the package manifests are
# located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
  - package-ecosystem: "pip"
    directory: "/" # Location of package manifests
    schedule:
      interval: "weekly"

  - package-ecosystem: "github-actions"
    # Workflow files stored in the
    # default location of `.github/workflows`
    directory: "/"
    schedule:
      interval: "weekly"
#  - package-ecosystem: "docker" 
#    directory: "/scripts/Docker" 
#    target-branch: "master" 
#    schedule:
#      interval: "weekly"

Roundup Issue Tracker: http://roundup-tracker.org/