Skip to content

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.54.6#164

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x
Open

chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.54.6#164
renovate[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 21, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
ghcr.io/dgtlmoon/changedetection.io (source) minor 0.48.060.54.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)

v0.54.6

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.5...0.54.6

v0.54.5

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.4...0.54.5

v0.54.4

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.3...0.54.4

v0.54.3

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.54.2...0.54.3

v0.54.2

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.54.1...0.54.2

v0.54.1

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.53.7...0.54.1

v0.53.7

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.6...0.53.7

v0.53.6

Compare Source

What's Changed

  • Pip installs - remove flask patch and pin library versions by @​dgtlmoon in #​3912 #​3910
  • Fixing exclude compression (which has some kind of memory leak with flask-socketio)

Full Changelog: dgtlmoon/changedetection.io@0.53.5...0.53.6

v0.53.5

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.4...0.53.5

v0.53.4

Compare Source

What's Changed

  • Pluggy plugin hook for before and after a watch is processed by @​dgtlmoon in #​3888
  • UI - Fixing realtime updates for status updates when checking by @​dgtlmoon in #​3889
  • Fix time schedule off-by-one bug at exact end times for all durations and add comprehensive edge case tests Re #​3846 by @​dgtlmoon in #​3890
  • "Error 200 no content" - Some very large SPA pages make HTML to Text fail by dumping 10Mb+ into page header, strip extras. by @​dgtlmoon in #​3892
  • Large html to text error 200 blank by @​dgtlmoon in #​3893
  • Fix: Some SPAs with long content - Stripping tags must also find matching close tag by @​dgtlmoon in #​3895
  • Puppeteer - Adding extra browser cleanup by @​dgtlmoon in #​3897
  • Updates/migration - Re-run tag update, re-save to cleanup changedetection.json, code refactor by @​dgtlmoon in #​3898

Full Changelog: dgtlmoon/changedetection.io@0.53.3...0.53.4

v0.53.3

Compare Source

What's Changed

  • API - Skip validation errors about server path (allows use on sub-paths/reverse proxy etc) by @​dgtlmoon in #​3886

Full Changelog: dgtlmoon/changedetection.io@0.53.2...0.53.3

v0.53.2

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.53.1...0.53.2

v0.53.1

Compare Source

Big changes

  • Very large refactor of the datastore backend, instead of all watch data stored in a single JSON DB, splits the info into uuid/watch.json and uuid/tag.json
  • Lots of API fixes
  • Queuing system refactor (reduces code)

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.9...0.53.1

v0.52.9

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.8...0.52.9

v0.52.8: Memory handling fixes, API validation improvements, small fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.7...0.52.8

v0.52.7: Improvements and small features extras

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.5...0.52.7

v0.52.6: Selenium fetcher fix and small UI update

Compare Source

  • Selenium fetcher fix and small UI update

Full Changelog: dgtlmoon/changedetection.io@0.52.5...0.52.6

v0.52.5: i18n improvements, revert potential CPu hungry brotli sub-process

Compare Source

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.52.4...0.52.5

v0.52.4: Languages fix for pypi, Fixing Traditional Chinese locale mapping

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.3...0.52.4

v0.52.3: Important fix for Browsers Steps (from UI), minor UI fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.2...0.52.3

v0.52.2: Fetcher speedups, UI, and RSS fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.52.1...0.52.2

v0.52.1

Compare Source

What's Changed

  • Misc small HTML Validation fixes by @​dgtlmoon in #​3704

  • Use soft delays instead of blocking time sleeps by @​dgtlmoon in #​3710
    Multi-language / Translations Support (#​3696)
    - Complete internationalization system implemented
    - Support for 7 languages: Czech (cs), German (de), French (fr), Italian (it), Korean (ko), Chinese Simplified (zh), Chinese Traditional (zh_TW)
    - Language selector with localized flags and theming
    - Flash message translations
    - Multiple translation fixes and improvements across all languages
    - Language setting preserved across redirects

    Pluggable Content Fetchers (#​3653)
    - New architecture for extensible content fetcher system
    - Allows custom fetcher implementations
    
    Image / Screenshot Comparison Processor (#​3680)
    - New processor for visual change detection (disabled for this release)
    - Supporting CSS/JS infrastructure added
    
    UI Improvements
    
    Design & Layout
    - Auto-generated tag color schemes
    - Simplified login form styling
    - Removed hard-coded CSS, moved to SCSS variables
    - Tag UI cleanup and improvements
    - Automatic tab wrapper functionality
    - Menu refactoring for better organization
    - Cleanup of offset settings
    - Hide sticky tabs on narrow viewports
    - Improved responsive layout (#​3702)
    
    User Experience
    - Modal alerts/confirmations on delete/clear operations (#​3693, #​3598, #​3382)
    - Auto-add https:// to URLs in quickwatch form if not present
    - Better redirect handling on login (#​3699)
    - 'Recheck all' now returns to correct group/tag (#​3673)
    - Language set redirect keeps hash fragment
    - More friendly human-readable text throughout UI
    
    Performance & Reliability
    
    Scheduler & Processing
    - Soft delays instead of blocking time.sleep() calls (#​3710)
    - More resilient handling of same UUID being processed (#​3700)
    - Better Puppeteer timeout handling
    - Improved Puppeteer shutdown/cleanup (#​3692)
    - Requests cleanup now properly async
    
    History & Rendering
    - Faster server-side "difference" rendering on History page (#​3442)
    - Show ignored/triggered rows in history
    - API: Retry watch data if watch dict changed (more reliable)
    
    API Improvements
    
    - Watch get endpoint: retry mechanism for changed watch data
    - WatchHistoryDiff API endpoint includes extra format args (#​3703)
    
    Testing Improvements
    
    - Replace time.sleep with wait_for_notification_endpoint_output (#​3716)
    - Test for mode switching (#​3701)
    - Test for #​3720 added (#​3725)
    - Extract-text difference test fixes
    - Improved dev workflow
    
    Bug Fixes
    
    - Notification error text output (#​3672, #​3669, #​3280)
    - HTML validation fixes (#​3704)
    - Template discovery path fixes
    - Notification debug log now uses system locale for dates/times
    - Puppeteer spelling mistake in log output
    - Recalculation on anchor change
    - Queue bubble update disabled temporarily
    
    Dependency Updates
    
    - beautifulsoup4 updated (#​3724)
    - psutil 7.1.0 → 7.2.1 (#​3723)
    - python-engineio ~=4.12.3 → ~=4.13.0 (#​3707)
    - python-socketio ~=5.14.3 → ~=5.16.0 (#​3706)
    - flask-socketio ~=5.5.1 → ~=5.6.0 (#​3691)
    - brotli ~=1.1 → ~=1.2 (#​3687)
    - lxml updated (#​3590)
    - pytest ~=7.2 → ~=9.0 (#​3676)
    - jsonschema ~=4.0 → ~=4.25 (#​3618)
    - pluggy ~=1.5 → ~=1.6 (#​3616)
    - cryptography 44.0.1 → 46.0.3 (security) (#​3589)
    
    Documentation
    
    - README updated with viewport size setup information
    
    Development Infrastructure
    
    - Dev container only built on dev branch
    - Improved dev workflow tooling
    

Full Changelog: dgtlmoon/changedetection.io@0.51.4...0.52.1

v0.51.4

Compare Source

Actually this fixes one very very old bug in xpath filter handling :)

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.51.3...0.51.4

v0.51.3: RSS Reader Mode improvements.

Compare Source

RSS Reader Mode parser improvements - Pick up all fields from RSS where possible, better auto-detect of the XML encoding if it wasnt set by the browser

Full Changelog: dgtlmoon/changedetection.io@0.51.2...0.51.3

v0.51.2: RSS Custom Feed Formats!

Compare Source

Now you can customise your RSS output exactly the same as the Notification Body

Settings/RSS - Choose System default and then set an optional overide of the format, OR set it to Notification Body and it will follow the notification body format across groups/watches.

#​3640 #​327 #​2131 https://redirect.github.com/dgtlmoon/changedetection.io/discussions/3639

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.51.1...0.51.2

v0.51.1: RSS Lovers release

Compare Source

Mainly RSS feeds in Groups and per watch!

What's Changed

New Contributors

Full Changelog: dgtlmoon/changedetection.io@0.50.43...0.51.00

v0.50.43: Data sanity enforcements

Compare Source

What's Changed

  • Adding data sanity checks across restarts by @​dgtlmoon in #​3629
  • Fixing data not loaded caused by UTF-8 not enforced by @​dgtlmoon in #​3622
  • Various tests to ensure data is not overwritten and is sane across restarts

Full Changelog: dgtlmoon/changedetection.io@0.50.42...0.50.43

v0.50.42: rollback of 0.50.41

Compare Source

Full Changelog: dgtlmoon/changedetection.io@0.50.41...0.50.42

v0.50.41: JSON DB Force utf-8 (Should fix loading problems in windows)

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.40...0.50.41

v0.50.40: Non critical bug fixes release

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.39...0.50.40

v0.50.39

Compare Source

What's Changed

  • Notifications - Adding {{diff_full_clean}}, {{diff_removed_clean}}, {{diff_added_clean}}, {{diff_clean}} notification body tokens for using in templates without (added)/(removed) text. by @​dgtlmoon in #​3580
  • API - Support optional processor on Watch create to set the restock_diff or text_json_diff mode on watch create. by @​dgtlmoon in #​3581
  • Update python-socketio requirement from ~=5.14.2 to ~=5.14.3 by @​dependabot[bot] in #​3588
  • Update pytest-flask requirement from ~=1.2 to ~=1.3 by @​dependabot[bot] in #​3587
  • Bump actions/download-artifact from 5 to 6 in the all group by @​dependabot[bot] in #​3585
  • Update jsonpath-ng requirement from ~=1.5.3 to ~=1.7.0 by @​dependabot[bot] in #​3586
  • Adding extra placemarker tests by @​dgtlmoon in #​3592

Bug fix - scheduler

Full Changelog: dgtlmoon/changedetection.io@0.50.38...0.50.39

v0.50.38: Improved Send test notification handling and stronger automated tests

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.37...0.50.38

v0.50.37: Fixing title markup in notifications 'title' field (email subject, etc)

Compare Source

What's Changed

  • Fixing title markup in notifications (title/subject for email, slack etc), refactoring line-feed logic \n -> <br> etc by @​dgtlmoon in #​3577
  • Dockerfile cache tweaks and build layer github cache re-enable by @​dgtlmoon in #​3575

Full Changelog: dgtlmoon/changedetection.io@0.50.35...0.50.37

v0.50.35: Notification fixes

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.34...0.50.35

v0.50.34: Notification fixes mainly, security update

Compare Source

What's Changed

Full Changelog: dgtlmoon/changedetection.io@0.50.33...0.50.34

v0.50.33: Fixes to notification types, misc updates

Compare Source

Main fixes

  • Fixing wrong notification type in that lead to wrong type of notifications (plaintext vs html) being sent #​3558 by @​dgtlmoon in #​3559 OpenAPI specification, fixing enum for notification type, and notification_muted by @​dgtlmoon in #​3557 Other updates Update feedgen requirement from ~=0.9 to ~=1.0 by @​dependabot[bot] in #​3554 Update python-socketio requirement from ~=5.13.0 to ~=5.14.2 by @​dependabot[bot] in #​3552 Bump the all group with 2 updates by @​dependabot[bot] in #​3550 Update wtforms requirement from ~=3.0 to ~=3.2 by @​dependabot[bot] in #​3551 Update brotli requirement from ~=1.0 to ~=1.1 by @​dependabot[bot] in #​3553 v0.50.32: Mainly fixes to notifications and API tweaks Compare Source What's Changed Color fixes by @​dgtlmoon in #​3545 Custom exceptions, post:// etc, Catch errors and show where possible by @​dgtlmoon in #​3543 Preserve whitespace's in HTML style notifications by @​dgtlmoon in #​3546 Notifications - Keep monospaced layout of history/difference sent to HTML style notifications, Fixes to Markdown #​3540 by @​dgtlmoon in [#​3544](https://redirect.github.com/dgtlmoon/changedete Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied. ♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 Ignore: Close this PR and you won't be reminded about this update again. [ ] If you want to rebase/retry this PR, check this box This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.0 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.1 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 736f720 to 73ef5b1 Compare February 8, 2025 09:45
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.1 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.2 Feb 19, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 73ef5b1 to 720b53c Compare February 19, 2025 19:02
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.2 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.3 Feb 22, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 720b53c to eadb08c Compare February 22, 2025 10:02
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from eadb08c to 4d24872 Compare March 13, 2025 13:47
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.3 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.4 Mar 13, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.4 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.6 Mar 23, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from 3727cd2 to 22477a1 Compare March 23, 2025 17:46
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.6 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.7 Mar 23, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.7 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.8 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 22477a1 to 9512d1c Compare March 26, 2025 02:34
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.8 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.9 Mar 26, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 9512d1c to 46679e0 Compare March 26, 2025 19:14
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 46679e0 to 07351d7 Compare April 3, 2025 10:41
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.9 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.10 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 07351d7 to f5e24c9 Compare April 3, 2025 19:32
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.10 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.11 Apr 3, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f5e24c9 to c7b527d Compare April 4, 2025 11:59
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.11 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.12 Apr 4, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from c7b527d to 05f960f Compare April 11, 2025 16:13
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.12 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.13 Apr 11, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 05f960f to 32b38b0 Compare April 16, 2025 22:48
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.13 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.14 Apr 16, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.14 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.15 Apr 18, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 32b38b0 to c836793 Compare April 18, 2025 13:54
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from c836793 to 4384677 Compare May 3, 2025 17:54
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.15 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.49.16 May 3, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.4 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.5 Jun 29, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from e60d369 to 84e05d9 Compare July 12, 2025 21:31
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.5 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.6 Jul 12, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 84e05d9 to 80b41b0 Compare July 15, 2025 13:35
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.6 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.7 Jul 15, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 80b41b0 to 2c20c30 Compare July 30, 2025 17:41
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.7 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.8 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 2c20c30 to f3d00ca Compare August 18, 2025 10:11
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.8 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.9 Aug 18, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.9 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.10 Aug 19, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from f3d00ca to ac077e5 Compare August 19, 2025 22:41
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from ac077e5 to 0303bc3 Compare August 31, 2025 14:32
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.10 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.11 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 0303bc3 to 91e3c5c Compare September 7, 2025 16:55
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.11 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.12 Sep 7, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 91e3c5c to 62fa18a Compare September 16, 2025 14:41
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.12 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.13 Sep 16, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 62fa18a to 465150a Compare September 17, 2025 12:42
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.13 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.14 Sep 17, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 465150a to a241637 Compare October 6, 2025 08:58
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.14 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.15 Oct 6, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from a241637 to 36fc21f Compare October 6, 2025 15:08
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.15 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.16 Oct 6, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.16 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.18 Oct 9, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch 2 times, most recently from 1d66f87 to 062d1d1 Compare October 10, 2025 00:43
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.18 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.19 Oct 10, 2025
@renovate renovate bot changed the title chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.19 chore(deps): update ghcr.io/dgtlmoon/changedetection.io docker tag to v0.50.20 Oct 10, 2025
@renovate renovate bot force-pushed the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch from 062d1d1 to a601343 Compare October 10, 2025 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants