| # https://issues.apache.org/jira/browse/FINERACT-1453 |
| # https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates |
| |
| version: 2 |
| updates: |
| - package-ecosystem: "github-actions" |
| directory: "/" |
| schedule: |
| interval: "daily" |
| commit-message: |
| # Prefix all commit messages with "FINERACT-2421: " |
| prefix: "FINERACT-2421: " |
| - package-ecosystem: "docker" |
| directory: "/" |
| schedule: |
| interval: "daily" |
| commit-message: |
| # Prefix all commit messages with "FINERACT-2421: " |
| prefix: "FINERACT-2421: " |